Subversion Repositories HelenOS

Rev

Rev 3386 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3386 Rev 4581
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
 */