Changes in uspace/lib/c/include/ipc/services.h [57d129e:417b12c] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/ipc/services.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/services.h
r57d129e r417b12c 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 { … … 47 47 SERVICE_DEVMAP, 48 48 SERVICE_DEVMAN, 49 SERVICE_IRC, 49 SERVICE_FHC, 50 SERVICE_OBIO, 50 51 SERVICE_CLIPBOARD, 51 52 SERVICE_NETWORKING, 52 53 SERVICE_LO, 53 SERVICE_ NE2000,54 SERVICE_DP8390, 54 55 SERVICE_ETHERNET, 55 56 SERVICE_NILDUMMY, … … 63 64 } services_t; 64 65 66 /* Memory area to be received from NS */ 67 #define SERVICE_MEM_REALTIME 1 68 #define SERVICE_MEM_KLOG 2 69 65 70 #endif 66 71
Note:
See TracChangeset
for help on using the changeset viewer.
