Subversion Repositories HelenOS

Rev

Rev 1838 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1838 Rev 1841
Line 30... Line 30...
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#ifndef __I8042_H__
35
#ifndef KERN_I8042_H_
36
#define __I8042_H__
36
#define KERN_I8042_H_
37
 
37
 
38
#ifdef CONFIG_I8042_PC
-
 
39
#include <genarch/i8042/scanc_pc.h>
38
#include <genarch/kbd/scanc_pc.h>
40
#endif
-
 
41
#ifdef CONFIG_I8042_SUN
-
 
42
#include <genarch/i8042/scanc_sun.h>
-
 
43
#endif
-
 
44
 
39
 
45
#define SPECIAL     '?'
40
#define SPECIAL     '?'
46
 
41
 
47
extern char sc_primary_map[];
42
extern char sc_primary_map[];
48
extern char sc_secondary_map[];
43
extern char sc_secondary_map[];