diff options
Diffstat (limited to 'kernel/arch/s390/include/uapi/asm/errno.h')
-rw-r--r-- | kernel/arch/s390/include/uapi/asm/errno.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel/arch/s390/include/uapi/asm/errno.h b/kernel/arch/s390/include/uapi/asm/errno.h new file mode 100644 index 000000000..395e97d80 --- /dev/null +++ b/kernel/arch/s390/include/uapi/asm/errno.h @@ -0,0 +1,11 @@ +/* + * S390 version + * + */ + +#ifndef _S390_ERRNO_H +#define _S390_ERRNO_H + +#include <asm-generic/errno.h> + +#endif |