Changeset fa942bc in mainline for uspace/lib/input/include/io/input.h
- Timestamp:
- 2023-12-04T18:00:25Z (12 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- 6cef8d6a
- Parents:
- 0d275e1
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/input/include/io/input.h
r0d275e1 rfa942bc 1 1 /* 2 * Copyright (c) 202 2Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinput 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIB C_IO_INPUT_H_36 #define _LIB C_IO_INPUT_H_35 #ifndef _LIBINPUT_INPUT_H_ 36 #define _LIBINPUT_INPUT_H_ 37 37 38 38 #include <async.h>
Note:
See TracChangeset
for help on using the changeset viewer.