summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/linux/errno.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/errno.h b/include/linux/errno.h
new file mode 100644
index 0000000000..4762ae91d0
--- /dev/null
+++ b/include/linux/errno.h
@@ -0,0 +1,6 @@
+#ifndef _LINUX_ERRNO_H
+#define _LINUX_ERRNO_H
+
+#include <asm-generic/errno.h>
+
+#endif