Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/kbd.h

    r64d2b10 r700af62  
    3838#define LIBC_IPC_KBD_H_
    3939
    40 #include <ipc/common.h>
     40#include <ipc/ipc.h>
     41#include <ipc/dev_iface.h>
    4142
    4243typedef enum {
    43         KBD_YIELD = IPC_FIRST_USER_METHOD,
     44        KBD_YIELD = DEV_FIRST_CUSTOM_METHOD,
    4445        KBD_RECLAIM
    4546} kbd_request_t;
Note: See TracChangeset for help on using the changeset viewer.