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