Rev 2787 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2787 | Rev 4692 | ||
---|---|---|---|
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_ID_INTRO, |
|
- | 44 | NS_RETVAL |
|
- | 45 | } ns_request_t; |
|
- | 46 | ||
38 | #endif |
47 | #endif |
39 | 48 | ||
40 | /** @} |
49 | /** @} |
41 | */ |
50 | */ |