Changeset c145bc2 in mainline for uspace/srv/kbd/include/kbd_port.h
- Timestamp:
- 2009-08-09T15:19:54Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e795203
- Parents:
- 330965c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/include/kbd_port.h
r330965c rc145bc2 38 38 #define KBD_PORT_H_ 39 39 40 #include <sys/types.h> 41 40 42 extern int kbd_port_init(void); 41 43 extern void kbd_port_yield(void); 42 44 extern void kbd_port_reclaim(void); 45 extern void kbd_port_write(uint8_t); 43 46 44 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.