Changes in uspace/lib/c/include/ipc/services.h [f9b2cb4c:fab2746] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/services.h
rf9b2cb4c rfab2746 38 38 #define LIBC_SERVICES_H_ 39 39 40 #include <sys/types.h> 41 #include <abi/fourcc.h> 40 #include <fourcc.h> 42 41 43 42 typedef enum { 44 43 SERVICE_NONE = 0, 45 SERVICE_LOAD ER= FOURCC('l', 'o', 'a', 'd'),44 SERVICE_LOAD = FOURCC('l', 'o', 'a', 'd'), 46 45 SERVICE_VFS = FOURCC('v', 'f', 's', ' '), 47 46 SERVICE_LOC = FOURCC('l', 'o', 'c', ' '), … … 50 49 SERVICE_IRC = FOURCC('i', 'r', 'c', ' '), 51 50 SERVICE_CLIPBOARD = FOURCC('c', 'l', 'i', 'p'), 52 } service _t;51 } services_t; 53 52 54 #define SERVICE_NAME_CORECFG "corecfg" 55 #define SERVICE_NAME_DHCP "net/dhcp" 56 #define SERVICE_NAME_DNSR "net/dnsr" 57 #define SERVICE_NAME_INET "net/inet" 58 #define SERVICE_NAME_NETCONF "net/netconf" 59 #define SERVICE_NAME_UDP "net/udp" 60 #define SERVICE_NAME_TCP "net/tcp" 53 #define SERVICE_NAME_CORECFG "corecfg" 54 #define SERVICE_NAME_DHCP "net/dhcp" 55 #define SERVICE_NAME_DNSR "net/dnsr" 56 #define SERVICE_NAME_INET "net/inet" 57 #define SERVICE_NAME_INETCFG "net/inetcfg" 58 #define SERVICE_NAME_INETPING "net/inetping" 59 #define SERVICE_NAME_INETPING6 "net/inetping6" 60 #define SERVICE_NAME_NETCONF "net/netconf" 61 #define SERVICE_NAME_UDP "net/udp" 62 #define SERVICE_NAME_TCP "net/tcp" 61 63 62 64 #endif
Note:
See TracChangeset
for help on using the changeset viewer.