Ignore:
File:
1 edited

Legend:

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

    r6119f24 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 {
     
    4949        SERVICE_FHC,
    5050        SERVICE_OBIO,
    51         SERVICE_APIC,
    52         SERVICE_I8259,
    5351        SERVICE_CLIPBOARD,
    5452        SERVICE_NETWORKING,
    5553        SERVICE_LO,
    56         SERVICE_NE2000,
     54        SERVICE_DP8390,
    5755        SERVICE_ETHERNET,
    5856        SERVICE_NILDUMMY,
     
    6664} services_t;
    6765
     66/* Memory area to be received from NS */
     67#define SERVICE_MEM_REALTIME    1
     68#define SERVICE_MEM_KLOG        2
     69
    6870#endif
    6971
Note: See TracChangeset for help on using the changeset viewer.