Changeset b5e68c8 in mainline for uspace/lib/c/include/ipc/services.h
- Timestamp:
- 2011-05-12T16:49:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f36787d7
- Parents:
- e80329d6 (diff), 750636a (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 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/services.h
re80329d6 rb5e68c8 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 44 SERVICE_VIDEO, … … 46 47 SERVICE_DEVMAP, 47 48 SERVICE_DEVMAN, 48 SERVICE_FHC, 49 SERVICE_OBIO, 49 SERVICE_IRC, 50 50 SERVICE_CLIPBOARD, 51 51 SERVICE_NETWORKING, 52 52 SERVICE_LO, 53 SERVICE_ DP8390,53 SERVICE_NE2000, 54 54 SERVICE_ETHERNET, 55 55 SERVICE_NILDUMMY, … … 63 63 } services_t; 64 64 65 /* Memory area to be received from NS */66 #define SERVICE_MEM_REALTIME 167 #define SERVICE_MEM_KLOG 268 69 65 #endif 70 66
Note:
See TracChangeset
for help on using the changeset viewer.