Changeset e273e9e in mainline for uspace/lib/console/include/io/cons_event.h
- Timestamp:
- 2024-10-03T18:48:48Z (2 months ago)
- Branches:
- master
- Children:
- 5132379
- Parents:
- b2c9e42c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/console/include/io/cons_event.h
rb2c9e42c re273e9e 1 1 /* 2 * Copyright (c) 202 3Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 36 36 #define _LIBCONSOLE_IO_CONS_EVENT_H_ 37 37 38 #include <adt/list.h>39 38 #include <io/kbd_event.h> 40 39 #include <io/pos_event.h> … … 51 50 /** Console event structure. */ 52 51 typedef struct { 53 /** List handle */54 link_t link;55 56 52 /** Event type */ 57 53 cons_event_type_t type;
Note:
See TracChangeset
for help on using the changeset viewer.