Changeset d9c8c81 in mainline for uspace/srv/kbd
- Timestamp:
- 2009-06-08T13:42:15Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc27c8c5
- Parents:
- a68f737
- Location:
- uspace/srv/kbd
- Files:
-
- 4 edited
-
Makefile (modified) (1 diff)
-
genarch/gsp.c (modified) (1 diff)
-
generic/kbd.c (modified) (1 diff)
-
include/gsp.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/Makefile
ra68f737 rd9c8c81 35 35 include $(LIBC_PREFIX)/Makefile.toolchain 36 36 37 CFLAGS += -Iinclude -I../libadt/include37 CFLAGS += -Iinclude 38 38 39 39 LIBS = $(LIBC_PREFIX)/libc.a -
uspace/srv/kbd/genarch/gsp.c
ra68f737 rd9c8c81 50 50 51 51 #include <gsp.h> 52 #include < libadt/hash_table.h>52 #include <adt/hash_table.h> 53 53 #include <stdlib.h> 54 54 #include <stdio.h> -
uspace/srv/kbd/generic/kbd.c
ra68f737 rd9c8c81 46 46 #include <async.h> 47 47 #include <errno.h> 48 #include < libadt/fifo.h>48 #include <adt/fifo.h> 49 49 #include <io/console.h> 50 50 #include <io/keycode.h> -
uspace/srv/kbd/include/gsp.h
ra68f737 rd9c8c81 38 38 #define KBD_GSP_H_ 39 39 40 #include < libadt/hash_table.h>40 #include <adt/hash_table.h> 41 41 42 42 enum {
Note:
See TracChangeset
for help on using the changeset viewer.
