Changeset 801579fe in mainline for uspace/kbd/include
- Timestamp:
- 2006-09-07T19:46:23Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 253f35a1
- Parents:
- 9141377
- Location:
- uspace/kbd/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/kbd/include/kbd.h
r9141377 r801579fe 35 35 */ 36 36 37 #ifndef __KBD_H__38 #define __KBD_H__37 #ifndef KBD_KBD_H_ 38 #define KBD_KBD_H_ 39 39 40 40 #include <key_buffer.h> 41 41 42 int kbd_arch_process(keybuffer_t *keybuffer, ipc_call_t *call); 43 int mouse_arch_process(int phoneid, ipc_call_t *call); 42 extern int kbd_arch_init(void); 43 extern int kbd_arch_process(keybuffer_t *keybuffer, ipc_call_t *call); 44 extern int mouse_arch_process(int phoneid, ipc_call_t *call); 44 45 45 46 #endif -
uspace/kbd/include/keys.h
r9141377 r801579fe 31 31 * @{ 32 32 */ 33 /**34 * @file35 */33 /** 34 * @file 35 */ 36 36 37 37 #ifndef _KBD_KEYS_H_
Note:
See TracChangeset
for help on using the changeset viewer.
