Ignore:
File:
1 edited

Legend:

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

    r63f8966 r57d129e  
    3535 */
    3636
    37 #ifndef LIBIPC_SERVICES_H_
    38 #define LIBIPC_SERVICES_H_
     37#ifndef LIBC_SERVICES_H_
     38#define LIBC_SERVICES_H_
    3939
    4040typedef enum {
    41         SERVICE_LOAD = 1,
     41        SERVICE_NONE = 0,
     42        SERVICE_LOAD,
    4243        SERVICE_PCI,
    4344        SERVICE_VIDEO,
     
    4546        SERVICE_VFS,
    4647        SERVICE_DEVMAP,
    47         SERVICE_FHC,
    48         SERVICE_OBIO,
     48        SERVICE_DEVMAN,
     49        SERVICE_IRC,
    4950        SERVICE_CLIPBOARD,
    5051        SERVICE_NETWORKING,
    5152        SERVICE_LO,
    52         SERVICE_DP8390,
     53        SERVICE_NE2000,
    5354        SERVICE_ETHERNET,
    5455        SERVICE_NILDUMMY,
     
    6263} services_t;
    6364
    64 /* Memory area to be received from NS */
    65 #define SERVICE_MEM_REALTIME    1
    66 #define SERVICE_MEM_KLOG        2
    67 
    6865#endif
    6966
Note: See TracChangeset for help on using the changeset viewer.