Changeset 47d060d in mainline for uspace/srv/hid/remcons/remcons.h
- Timestamp:
- 2024-10-04T19:23:16Z (10 months ago)
- Branches:
- master
- Children:
- c7ecd290
- Parents:
- 5132379
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/remcons/remcons.h
r5132379 r47d060d 38 38 39 39 #include <adt/list.h> 40 #include <io/ kbd_event.h>40 #include <io/cons_event.h> 41 41 #include <stdbool.h> 42 42 #include <vt/vt100.h> … … 64 64 typedef struct { 65 65 link_t link; /**< link to list of events */ 66 kbd_event_t kbd; /**< keyboardevent */66 cons_event_t cev; /**< console event */ 67 67 } remcons_event_t; 68 68
Note:
See TracChangeset
for help on using the changeset viewer.