Changes in uspace/srv/hid/input/include/gsp.h [bc216a0:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/include/gsp.h
rbc216a0 r9d58539 56 56 /** Scancode parser transition. */ 57 57 typedef struct { 58 ht_link_t link; /**< Link to hash table in @c gsp_t */58 link_t link; /**< Link to hash table in @c gsp_t */ 59 59 60 60 /* Preconditions */
Note:
See TracChangeset
for help on using the changeset viewer.