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