Changeset ca3ba3a in mainline for uspace/lib/libc/include/ipc/ns.h


Ignore:
Timestamp:
2009-06-03T19:21:04Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2595dab
Parents:
76d0d284
Message:

sync header files with implementation
coding style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/ipc/ns.h

    r76d0d284 rca3ba3a  
    3636#define LIBIPC_NS_H_
    3737
     38#include <ipc/ipc.h>
     39
     40typedef enum {
     41        NS_PING = IPC_FIRST_USER_METHOD,
     42        NS_TASK_WAIT
     43} ns_request_t;
     44
    3845#endif
    3946
Note: See TracChangeset for help on using the changeset viewer.