Changeset 973efd36 in mainline for uspace/lib/display
- Timestamp:
- 2019-12-03T17:42:10Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 87a7cdb
- Parents:
- 24cf391a
- Location:
- uspace/lib/display
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/display/include/disp_srv.h
r24cf391a r973efd36 1 1 /* 2 * Copyright (c) 201 2Jiri Svoboda2 * Copyright (c) 2019 Jiri Svoboda 3 3 * All rights reserved. 4 4 * -
uspace/lib/display/include/ipc/display.h
r24cf391a r973efd36 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libdisplay 30 30 * @{ 31 31 */ -
uspace/lib/display/include/types/display.h
r24cf391a r973efd36 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdisplay 30 30 * @{ 31 31 */ … … 39 39 #include <fibril_synch.h> 40 40 #include <io/kbd_event.h> 41 #include <ipc/devman.h>42 41 #include <stdint.h> 43 42 -
uspace/lib/display/include/types/display/event.h
r24cf391a r973efd36 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdisplay 30 30 * @{ 31 31 */ -
uspace/lib/display/src/disp_srv.c
r24cf391a r973efd36 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdisplay 30 30 * @{ 31 31 */
Note:
See TracChangeset
for help on using the changeset viewer.