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


Ignore:
Timestamp:
2011-03-30T13:10:24Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4ae90f9
Parents:
6e50466 (diff), d6b81941 (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

    r6e50466 rad7a6c9  
    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 {
     
    4747        SERVICE_DEVMAP,
    4848        SERVICE_DEVMAN,
    49         SERVICE_FHC,
    50         SERVICE_OBIO,
     49        SERVICE_IRC,
    5150        SERVICE_CLIPBOARD,
    5251        SERVICE_NETWORKING,
    5352        SERVICE_LO,
    54         SERVICE_DP8390,
     53        SERVICE_NE2000,
    5554        SERVICE_ETHERNET,
    5655        SERVICE_NILDUMMY,
     
    6463} services_t;
    6564
    66 /* Memory area to be received from NS */
    67 #define SERVICE_MEM_REALTIME    1
    68 #define SERVICE_MEM_KLOG        2
    69 
    7065#endif
    7166
Note: See TracChangeset for help on using the changeset viewer.