Ignore:
File:
1 edited

Legend:

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

    r57d129e r417b12c  
    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 {
     
    4747        SERVICE_DEVMAP,
    4848        SERVICE_DEVMAN,
    49         SERVICE_IRC,
     49        SERVICE_FHC,
     50        SERVICE_OBIO,
    5051        SERVICE_CLIPBOARD,
    5152        SERVICE_NETWORKING,
    5253        SERVICE_LO,
    53         SERVICE_NE2000,
     54        SERVICE_DP8390,
    5455        SERVICE_ETHERNET,
    5556        SERVICE_NILDUMMY,
     
    6364} services_t;
    6465
     66/* Memory area to be received from NS */
     67#define SERVICE_MEM_REALTIME    1
     68#define SERVICE_MEM_KLOG        2
     69
    6570#endif
    6671
Note: See TracChangeset for help on using the changeset viewer.