Changeset 04803bf in mainline for uspace/lib/c/include/ipc/services.h
- Timestamp:
- 2011-03-21T22:00:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
uspace/lib/c/include/ipc/services.h (moved) (moved from uspace/lib/libc/include/ipc/services.h ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/services.h
rb50b5af2 r04803bf 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 SERVICE_KEYBOARD,44 44 SERVICE_VIDEO, 45 45 SERVICE_CONSOLE, 46 46 SERVICE_VFS, 47 47 SERVICE_DEVMAP, 48 SERVICE_DEVMAN, 48 49 SERVICE_FHC, 49 SERVICE_OBIO 50 SERVICE_OBIO, 51 SERVICE_APIC, 52 SERVICE_I8259, 53 SERVICE_CLIPBOARD, 54 SERVICE_NETWORKING, 55 SERVICE_LO, 56 SERVICE_NE2000, 57 SERVICE_ETHERNET, 58 SERVICE_NILDUMMY, 59 SERVICE_IP, 60 SERVICE_ARP, 61 SERVICE_RARP, 62 SERVICE_ICMP, 63 SERVICE_UDP, 64 SERVICE_TCP, 65 SERVICE_SOCKET 50 66 } services_t; 51 52 /* Memory area to be received from NS */53 #define SERVICE_MEM_REALTIME 154 #define SERVICE_MEM_KLOG 255 67 56 68 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
