Changeset 830ac99 in mainline for kbd/include/kbd.h


Ignore:
Timestamp:
2006-06-15T19:53:38Z (18 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
096ba7a
Parents:
7a0c530
Message:

Added mouse input. Still missing support in console and framebuffer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kbd/include/kbd.h

    r7a0c530 r830ac99  
    3838#define __KBD_H__
    3939
     40#include <key_buffer.h>
    4041
    4142int kbd_arch_process(keybuffer_t *keybuffer, ipc_call_t *call);
     43int mouse_arch_process(int phoneid, ipc_call_t *call);
    4244
    4345#endif
Note: See TracChangeset for help on using the changeset viewer.