Changeset 89c57b6 in mainline for uspace/lib/c/include/ipc/services.h
- Timestamp:
- 2011-04-13T14:45:41Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 88634420
- Parents:
- cefb126 (diff), 17279ead (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/services.h
rcefb126 r89c57b6 35 35 */ 36 36 37 #ifndef LIB IPC_SERVICES_H_38 #define LIB IPC_SERVICES_H_37 #ifndef LIBC_SERVICES_H_ 38 #define LIBC_SERVICES_H_ 39 39 40 40 typedef enum { 41 SERVICE_LOAD = 1, 41 SERVICE_NONE = 0, 42 SERVICE_LOAD, 42 43 SERVICE_PCI, 43 44 SERVICE_VIDEO, … … 45 46 SERVICE_VFS, 46 47 SERVICE_DEVMAP, 47 SERVICE_ FHC,48 SERVICE_ OBIO,48 SERVICE_DEVMAN, 49 SERVICE_IRC, 49 50 SERVICE_CLIPBOARD, 50 51 SERVICE_NETWORKING, 51 52 SERVICE_LO, 52 SERVICE_ DP8390,53 SERVICE_NE2000, 53 54 SERVICE_ETHERNET, 54 55 SERVICE_NILDUMMY, … … 62 63 } services_t; 63 64 64 /* Memory area to be received from NS */65 #define SERVICE_MEM_REALTIME 166 #define SERVICE_MEM_KLOG 267 68 65 #endif 69 66
Note:
See TracChangeset
for help on using the changeset viewer.