Changeset e84d65a in mainline for uspace/lib/c/include/ipc/kbd.h


Ignore:
Timestamp:
2010-12-25T17:12:54Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5f7d96e, dffabf0
Parents:
467bf40 (diff), f8b00f1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with vojtechhorky/ - more keyboards ticket

This merge adds a very primitive and hackish support for more than one
keyboard for userspace console.

File:
1 edited

Legend:

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

    r467bf40 re84d65a  
    3939
    4040#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.