Changeset 04803bf in mainline for uspace/lib/c/include/ipc/services.h


Ignore:
Timestamp:
2011-03-21T22:00:17Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
143932e3
Parents:
b50b5af2 (diff), 7308e84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes (needs fixes).

File:
1 moved

Legend:

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

    rb50b5af2 r04803bf  
    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,
    43         SERVICE_KEYBOARD,
    4444        SERVICE_VIDEO,
    4545        SERVICE_CONSOLE,
    4646        SERVICE_VFS,
    4747        SERVICE_DEVMAP,
     48        SERVICE_DEVMAN,
    4849        SERVICE_FHC,
    49         SERVICE_OBIO
     50        SERVICE_OBIO,
     51        SERVICE_APIC,
     52        SERVICE_I8259,
     53        SERVICE_CLIPBOARD,
     54        SERVICE_NETWORKING,
     55        SERVICE_LO,
     56        SERVICE_NE2000,
     57        SERVICE_ETHERNET,
     58        SERVICE_NILDUMMY,
     59        SERVICE_IP,
     60        SERVICE_ARP,
     61        SERVICE_RARP,
     62        SERVICE_ICMP,
     63        SERVICE_UDP,
     64        SERVICE_TCP,
     65        SERVICE_SOCKET
    5066} services_t;
    51 
    52 /* Memory area to be received from NS */
    53 #define SERVICE_MEM_REALTIME    1
    54 #define SERVICE_MEM_KLOG        2
    5567
    5668#endif
Note: See TracChangeset for help on using the changeset viewer.