Rev 3022 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3022 | Rev 4537 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | */ |
33 | */ |
34 | 34 | ||
35 | #ifndef LIBIPC_NS_H_ |
35 | #ifndef LIBIPC_NS_H_ |
36 | #define LIBIPC_NS_H_ |
36 | #define LIBIPC_NS_H_ |
37 | 37 | ||
- | 38 | #include <ipc/ipc.h> |
|
- | 39 | ||
- | 40 | typedef enum { |
|
- | 41 | NS_PING = IPC_FIRST_USER_METHOD, |
|
- | 42 | NS_TASK_WAIT |
|
- | 43 | } ns_request_t; |
|
- | 44 | ||
38 | #endif |
45 | #endif |
39 | 46 | ||
40 | /** @} |
47 | /** @} |
41 | */ |
48 | */ |