diff options
Diffstat (limited to 'arch/s390/include/uapi/asm/errno.h')
-rw-r--r-- | arch/s390/include/uapi/asm/errno.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/s390/include/uapi/asm/errno.h b/arch/s390/include/uapi/asm/errno.h new file mode 100644 index 000000000000..395e97d8005e --- /dev/null +++ b/arch/s390/include/uapi/asm/errno.h | |||
@@ -0,0 +1,11 @@ | |||
1 | /* | ||
2 | * S390 version | ||
3 | * | ||
4 | */ | ||
5 | |||
6 | #ifndef _S390_ERRNO_H | ||
7 | #define _S390_ERRNO_H | ||
8 | |||
9 | #include <asm-generic/errno.h> | ||
10 | |||
11 | #endif | ||