Changeset b1bdc7a4 in mainline for uspace/srv/hid/kbd/ctl/apple.c
- Timestamp:
- 2011-06-11T19:48:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 56ad818
- Parents:
- 774fc85
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/ctl/apple.c
r774fc85 rb1bdc7a4 40 40 #include <io/keycode.h> 41 41 #include <kbd_ctl.h> 42 #include <kbd_port.h> 42 43 43 44 #define KBD_KEY_RELEASE 0x80 … … 45 46 static int scanmap[]; 46 47 47 int kbd_ctl_init( void)48 int kbd_ctl_init(kbd_port_ops_t *kbd_port) 48 49 { 50 (void) kbd_port; 49 51 return 0; 50 52 }
Note:
See TracChangeset
for help on using the changeset viewer.