summaryrefslogtreecommitdiffstats
path: root/ncr.c
diff options
context:
space:
mode:
Diffstat (limited to 'ncr.c')
-rw-r--r--ncr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ncr.c b/ncr.c
index 5740580..be0cdc8 100644
--- a/ncr.c
+++ b/ncr.c
@@ -126,6 +126,8 @@ ncr_ioctl(struct ncr_lists* lst, struct file *filp,
switch (cmd) {
case NCRIO_DATA_INIT:
return ncr_data_init(&lst->data, arg);
+ case NCRIO_DATA_INIT_USER:
+ return ncr_data_init_user(&lst->data, arg);
case NCRIO_DATA_GET:
return ncr_data_get(&lst->data, arg);
case NCRIO_DATA_SET: