Changes in uspace/lib/c/include/ipc/kbd.h [700af62:64d2b10] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/kbd.h
r700af62 r64d2b10 38 38 #define LIBC_IPC_KBD_H_ 39 39 40 #include <ipc/ipc.h> 41 #include <ipc/dev_iface.h> 40 #include <ipc/common.h> 42 41 43 42 typedef enum { 44 KBD_YIELD = DEV_FIRST_CUSTOM_METHOD,43 KBD_YIELD = IPC_FIRST_USER_METHOD, 45 44 KBD_RECLAIM 46 45 } kbd_request_t;
Note:
See TracChangeset
for help on using the changeset viewer.