summaryrefslogtreecommitdiffstats
path: root/ncr_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncr_int.h')
-rw-r--r--ncr_int.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/ncr_int.h b/ncr_int.h
index 4e9e25a..1e0b7af 100644
--- a/ncr_int.h
+++ b/ncr_int.h
@@ -1,3 +1,8 @@
+#ifndef NCR_INT_H
+# define NCR_INT_H
+
+#include "ncr.h"
+
struct data_item {
struct list_head list;
void* data;
@@ -23,5 +28,8 @@ struct ncr_lists {
void* ncr_init_lists(void);
void ncr_deinit_lists(struct ncr_lists *lst);
-int ncr_ioctl(struct ncr_lists* lists,
+int
+ncr_ioctl(unsigned int uid, struct ncr_lists* lst,
unsigned int cmd, unsigned long arg);
+
+#endif