Changeset c2a6983 in mainline for uspace/lib/c/include/ipc/services.h
- Timestamp:
- 2013-10-13T20:59:33Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12d6c98
- Parents:
- 820104d (diff), 39bcc99 (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
r820104d rc2a6983 53 53 } services_t; 54 54 55 #define SERVICE_NAME_CORECFG "corecfg" 56 #define SERVICE_NAME_DHCP "net/dhcp" 55 57 #define SERVICE_NAME_DNSR "net/dnsr" 56 58 #define SERVICE_NAME_INET "net/inet" … … 58 60 #define SERVICE_NAME_INETPING "net/inetping" 59 61 #define SERVICE_NAME_INETPING6 "net/inetping6" 62 #define SERVICE_NAME_NETCONF "net/netconf" 60 63 61 64 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
