summaryrefslogtreecommitdiffstats
path: root/ncr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncr.h')
-rw-r--r--ncr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncr.h b/ncr.h
index 180aa3a..e6c1136 100644
--- a/ncr.h
+++ b/ncr.h
@@ -167,7 +167,7 @@ struct ncr_key_export {
/* import a secret key */
#define NCRIO_KEY_IMPORT _IOWR('c', 210, struct ncr_key_import)
-#define NCRIO_KEY_DEINIT _IOR ('c', 215, ncr_key_t)
+#define NCRIO_KEY_DEINIT _IOW('c', 215, ncr_key_t)
/* Key wrap ioctls
*/