Changeset 12f9f0d0 in mainline for uspace/lib/c/include/ipc/loc.h
- Timestamp:
- 2011-08-17T13:39:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e280857
- Parents:
- 45058baa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/loc.h
r45058baa r12f9f0d0 57 57 LOC_SERVICE_GET_NAME, 58 58 LOC_NAMESPACE_GET_ID, 59 LOC_CALLBACK_CREATE, 59 60 LOC_CATEGORY_GET_ID, 60 61 LOC_CATEGORY_GET_SVCS, … … 68 69 LOC_GET_SERVICES 69 70 } loc_request_t; 71 72 typedef enum { 73 LOC_EVENT_CAT_CHANGE = IPC_FIRST_USER_METHOD 74 } loc_event_t; 70 75 71 76 /** Ports provided by location service.
Note:
See TracChangeset
for help on using the changeset viewer.