diff options
Diffstat (limited to 'ncr.c')
-rw-r--r-- | ncr.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |