Changeset 11e394f in mainline for uspace/lib/c/include
- Timestamp:
- 2020-12-31T21:19:51Z (5 years ago)
- Children:
- 19f60a38
- Parents:
- e037cf37
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-07-21 21:23:33)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2020-12-31 21:19:51)
- Location:
- uspace/lib/c/include/ipc
- Files:
-
- 2 edited
-
input.h (modified) (1 diff)
-
services.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/input.h
re037cf37 r11e394f 39 39 40 40 typedef enum { 41 INPUT_ACTIVATE = IPC_FIRST_USER_METHOD 41 INPUT_ACTIVATE = IPC_FIRST_USER_METHOD, 42 INPUT_CHANGE_LAYOUT, 43 INPUT_GET_LAYOUT 42 44 } input_request_t; 43 45 -
uspace/lib/c/include/ipc/services.h
re037cf37 r11e394f 59 59 #define SERVICE_NAME_INET "net/inet" 60 60 #define SERVICE_NAME_IPC_TEST "ipc-test" 61 #define SERVICE_NAME_HID_INPUT "hid/input" 61 62 #define SERVICE_NAME_NETCONF "net/netconf" 62 63 #define SERVICE_NAME_UDP "net/udp"
Note:
See TracChangeset
for help on using the changeset viewer.
