Changeset cf2af94 in mainline for uspace/lib/c/include/ipc/services.h
- Timestamp:
- 2011-02-09T11:46:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cb15135a
- Parents:
- a49c4002 (diff), 0b37882 (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
ra49c4002 rcf2af94 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.