Changes in uspace/lib/c/include/ipc/services.h [57d129e:63f8966] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/services.h
r57d129e r63f8966 35 35 */ 36 36 37 #ifndef LIB C_SERVICES_H_38 #define LIB C_SERVICES_H_37 #ifndef LIBIPC_SERVICES_H_ 38 #define LIBIPC_SERVICES_H_ 39 39 40 40 typedef enum { 41 SERVICE_NONE = 0, 42 SERVICE_LOAD, 41 SERVICE_LOAD = 1, 43 42 SERVICE_PCI, 44 43 SERVICE_VIDEO, … … 46 45 SERVICE_VFS, 47 46 SERVICE_DEVMAP, 48 SERVICE_ DEVMAN,49 SERVICE_ IRC,47 SERVICE_FHC, 48 SERVICE_OBIO, 50 49 SERVICE_CLIPBOARD, 51 50 SERVICE_NETWORKING, 52 51 SERVICE_LO, 53 SERVICE_ NE2000,52 SERVICE_DP8390, 54 53 SERVICE_ETHERNET, 55 54 SERVICE_NILDUMMY, … … 63 62 } services_t; 64 63 64 /* Memory area to be received from NS */ 65 #define SERVICE_MEM_REALTIME 1 66 #define SERVICE_MEM_KLOG 2 67 65 68 #endif 66 69
Note:
See TracChangeset
for help on using the changeset viewer.