Subversion Repositories HelenOS

Rev

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

Rev 3933 Rev 3969
Line 43... Line 43...
43
#define KBD_MS_LEFT 1025
43
#define KBD_MS_LEFT 1025
44
#define KBD_MS_RIGHT    1026
44
#define KBD_MS_RIGHT    1026
45
#define KBD_MS_MIDDLE   1027
45
#define KBD_MS_MIDDLE   1027
46
#define KBD_MS_MOVE 1028
46
#define KBD_MS_MOVE 1028
47
 
47
 
-
 
48
extern int cir_service;
-
 
49
extern int cir_phone;
-
 
50
 
48
extern void kbd_push_scancode(int);
51
extern void kbd_push_scancode(int);
49
extern void kbd_push_ev(int, unsigned int);
52
extern void kbd_push_ev(int, unsigned int);
50
 
53
 
51
#endif
54
#endif
52
 
55