Changes in uspace/lib/c/include/ipc/services.h [63f8966:57d129e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/services.h
r63f8966 r57d129e 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.