Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/services.h

    rf9b2cb4c rfab2746  
    3838#define LIBC_SERVICES_H_
    3939
    40 #include <sys/types.h>
    41 #include <abi/fourcc.h>
     40#include <fourcc.h>
    4241
    4342typedef enum {
    4443        SERVICE_NONE       = 0,
    45         SERVICE_LOADER     = FOURCC('l', 'o', 'a', 'd'),
     44        SERVICE_LOAD       = FOURCC('l', 'o', 'a', 'd'),
    4645        SERVICE_VFS        = FOURCC('v', 'f', 's', ' '),
    4746        SERVICE_LOC        = FOURCC('l', 'o', 'c', ' '),
     
    5049        SERVICE_IRC        = FOURCC('i', 'r', 'c', ' '),
    5150        SERVICE_CLIPBOARD  = FOURCC('c', 'l', 'i', 'p'),
    52 } service_t;
     51} services_t;
    5352
    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"
    6163
    6264#endif
Note: See TracChangeset for help on using the changeset viewer.