Changeset 566992e1 in mainline for uspace/lib/c/include/ipc/services.h
- Timestamp:
- 2015-08-22T05:01:24Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d9e68d0
- Parents:
- 57dea62
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/services.h
r57dea62 r566992e1 43 43 typedef enum { 44 44 SERVICE_NONE = 0, 45 SERVICE_LOAD 45 SERVICE_LOADER = FOURCC('l', 'o', 'a', 'd'), 46 46 SERVICE_VFS = FOURCC('v', 'f', 's', ' '), 47 47 SERVICE_LOC = FOURCC('l', 'o', 'c', ' '),
Note:
See TracChangeset
for help on using the changeset viewer.