Changeset 5d4e90f0 in mainline for uspace/srv/kbd
- Timestamp:
- 2007-09-27T12:35:36Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bcf23cf
- Parents:
- 8c20b26
- Location:
- uspace/srv/kbd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/arch/sparc64/src/kbd.c
r8c20b26 r5d4e90f0 41 41 #include <keys.h> 42 42 #include <stdio.h> 43 #include < types.h>43 #include <sys/types.h> 44 44 #include <genarch/kbd.h> 45 45 -
uspace/srv/kbd/include/key_buffer.h
r8c20b26 r5d4e90f0 38 38 #define __KEY_BUFFER_H__ 39 39 40 #include < types.h>40 #include <sys/types.h> 41 41 42 42 /** Size of buffer for pressed keys */
Note:
See TracChangeset
for help on using the changeset viewer.