Changeset b50b5af2 in mainline for uspace/srv/kbd/include/kbd_port.h
- Timestamp:
- 2009-08-22T10:48:00Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 04803bf
- Parents:
- 1ea99cc (diff), a71c158 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/include/kbd_port.h
r1ea99cc rb50b5af2 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.