summaryrefslogtreecommitdiff
path: root/include/uapi/asm-generic/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/asm-generic/errno.h')
-rw-r--r--include/uapi/asm-generic/errno.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/asm-generic/errno.h b/include/uapi/asm-generic/errno.h
index 92e7ae493ee3..bd78e69e0a43 100644
--- a/include/uapi/asm-generic/errno.h
+++ b/include/uapi/asm-generic/errno.h
@@ -122,4 +122,6 @@
#define EHWPOISON 133 /* Memory page has hardware error */
+#define EFTYPE 134 /* Wrong file type for the intended operation */
+
#endif