Ignore:
File:
1 edited

Legend:

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

    r417b12c r6119f24  
    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 {
     
    4949        SERVICE_FHC,
    5050        SERVICE_OBIO,
     51        SERVICE_APIC,
     52        SERVICE_I8259,
    5153        SERVICE_CLIPBOARD,
    5254        SERVICE_NETWORKING,
    5355        SERVICE_LO,
    54         SERVICE_DP8390,
     56        SERVICE_NE2000,
    5557        SERVICE_ETHERNET,
    5658        SERVICE_NILDUMMY,
     
    6466} services_t;
    6567
    66 /* Memory area to be received from NS */
    67 #define SERVICE_MEM_REALTIME    1
    68 #define SERVICE_MEM_KLOG        2
    69 
    7068#endif
    7169
Note: See TracChangeset for help on using the changeset viewer.