Changeset 6cef8d6a in mainline for uspace/lib/input/include/io/kbd_event.h
- Timestamp:
- 2023-12-04T18:59:41Z (12 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- 10fc93c
- Parents:
- fa942bc
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/input/include/io/kbd_event.h
rfa942bc r6cef8d6a 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinput 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIB C_IO_KBD_EVENT_H_36 #define _LIB C_IO_KBD_EVENT_H_35 #ifndef _LIBINPUT_IO_KBD_EVENT_H_ 36 #define _LIBINPUT_IO_KBD_EVENT_H_ 37 37 38 38 #include <adt/list.h>
Note:
See TracChangeset
for help on using the changeset viewer.