Changeset e273e9e in mainline for uspace/srv/hid/output/output.h
- Timestamp:
- 2024-10-03T18:48:48Z (2 months ago)
- Branches:
- master
- Children:
- 5132379
- Parents:
- b2c9e42c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/output.h
rb2c9e42c re273e9e 1 1 /* 2 * Copyright (c) 2024 Jiri Svoboda 2 3 * Copyright (c) 2011 Martin Decky 3 4 * All rights reserved. … … 34 35 #define OUTPUT_OUTPUT_H_ 35 36 37 #include <adt/list.h> 36 38 #include <stdbool.h> 37 39 #include <loc.h>
Note:
See TracChangeset
for help on using the changeset viewer.