Changeset ad7a6c9 in mainline for uspace/lib/c/include/ipc/services.h
- Timestamp:
- 2011-03-30T13:10:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4ae90f9
- Parents:
- 6e50466 (diff), d6b81941 (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
r6e50466 rad7a6c9 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 { … … 47 47 SERVICE_DEVMAP, 48 48 SERVICE_DEVMAN, 49 SERVICE_FHC, 50 SERVICE_OBIO, 49 SERVICE_IRC, 51 50 SERVICE_CLIPBOARD, 52 51 SERVICE_NETWORKING, 53 52 SERVICE_LO, 54 SERVICE_ DP8390,53 SERVICE_NE2000, 55 54 SERVICE_ETHERNET, 56 55 SERVICE_NILDUMMY, … … 64 63 } services_t; 65 64 66 /* Memory area to be received from NS */67 #define SERVICE_MEM_REALTIME 168 #define SERVICE_MEM_KLOG 269 70 65 #endif 71 66
Note:
See TracChangeset
for help on using the changeset viewer.