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


Ignore:
Timestamp:
2011-05-12T16:49:44Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f36787d7
Parents:
e80329d6 (diff), 750636a (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.

File:
1 edited

Legend:

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

    re80329d6 rb5e68c8  
    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,
    4344        SERVICE_VIDEO,
     
    4647        SERVICE_DEVMAP,
    4748        SERVICE_DEVMAN,
    48         SERVICE_FHC,
    49         SERVICE_OBIO,
     49        SERVICE_IRC,
    5050        SERVICE_CLIPBOARD,
    5151        SERVICE_NETWORKING,
    5252        SERVICE_LO,
    53         SERVICE_DP8390,
     53        SERVICE_NE2000,
    5454        SERVICE_ETHERNET,
    5555        SERVICE_NILDUMMY,
     
    6363} services_t;
    6464
    65 /* Memory area to be received from NS */
    66 #define SERVICE_MEM_REALTIME    1
    67 #define SERVICE_MEM_KLOG        2
    68 
    6965#endif
    7066
Note: See TracChangeset for help on using the changeset viewer.