Changeset b1bdc7a4 in mainline for uspace/srv/hid/kbd/ctl/gxe_fb.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/gxe_fb.c
r774fc85 rb1bdc7a4 40 40 #include <io/keycode.h> 41 41 #include <kbd_ctl.h> 42 #include <kbd_port.h> 42 43 #include <gsp.h> 43 44 #include <stroke.h> … … 207 208 }; 208 209 209 int kbd_ctl_init( void)210 int kbd_ctl_init(kbd_port_ops_t *kbd_port) 210 211 { 212 (void) kbd_port; 211 213 ds = 0; 212 214
Note:
See TracChangeset
for help on using the changeset viewer.