Changeset cac458f in mainline for uspace/lib/c/include/ipc/services.h
- Timestamp:
- 2011-06-22T01:59:39Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 41e2118
- Parents:
- 79506d6 (diff), f1fae414 (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
-
uspace/lib/c/include/ipc/services.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/services.h
r79506d6 rcac458f 41 41 SERVICE_NONE = 0, 42 42 SERVICE_LOAD, 43 SERVICE_PCI,44 43 SERVICE_VIDEO, 45 SERVICE_CONSOLE,46 44 SERVICE_VFS, 47 45 SERVICE_DEVMAP, … … 56 54 SERVICE_IP, 57 55 SERVICE_ARP, 58 SERVICE_RARP,59 56 SERVICE_ICMP, 60 57 SERVICE_UDP, 61 SERVICE_TCP, 62 SERVICE_SOCKET 58 SERVICE_TCP 63 59 } services_t; 64 60
Note:
See TracChangeset
for help on using the changeset viewer.
