Ignore:
File:
1 edited

Legend:

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

    r57d129e r63f8966  
    3535 */
    3636
    37 #ifndef LIBC_SERVICES_H_
    38 #define LIBC_SERVICES_H_
     37#ifndef LIBIPC_SERVICES_H_
     38#define LIBIPC_SERVICES_H_
    3939
    4040typedef enum {
    41         SERVICE_NONE = 0,
    42         SERVICE_LOAD,
     41        SERVICE_LOAD = 1,
    4342        SERVICE_PCI,
    4443        SERVICE_VIDEO,
     
    4645        SERVICE_VFS,
    4746        SERVICE_DEVMAP,
    48         SERVICE_DEVMAN,
    49         SERVICE_IRC,
     47        SERVICE_FHC,
     48        SERVICE_OBIO,
    5049        SERVICE_CLIPBOARD,
    5150        SERVICE_NETWORKING,
    5251        SERVICE_LO,
    53         SERVICE_NE2000,
     52        SERVICE_DP8390,
    5453        SERVICE_ETHERNET,
    5554        SERVICE_NILDUMMY,
     
    6362} services_t;
    6463
     64/* Memory area to be received from NS */
     65#define SERVICE_MEM_REALTIME    1
     66#define SERVICE_MEM_KLOG        2
     67
    6568#endif
    6669
Note: See TracChangeset for help on using the changeset viewer.