Changeset 801579fe in mainline for uspace/kbd/arch/ia32/include/kbd.h
- Timestamp:
- 2006-09-07T19:46:23Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 253f35a1
- Parents:
- 9141377
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/kbd/arch/ia32/include/kbd.h
r9141377 r801579fe 37 37 */ 38 38 39 #ifndef __ia32_KBD_H__40 #define __ia32_KBD_H__39 #ifndef KBD_ia32_KBD_H_ 40 #define KBD_ia32_KBD_H_ 41 41 42 #include <key_buffer.h>43 42 #include <ddi.h> 44 43 #include <libarch/ddi.h> … … 74 73 } 75 74 76 int kbd_arch_init(void);77 78 75 #endif 79 76 … … 81 78 * @} 82 79 */ 83
Note:
See TracChangeset
for help on using the changeset viewer.