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 @@ +/* + * S390 version + * + */ + +#ifndef _S390_ERRNO_H +#define _S390_ERRNO_H + +#include <asm-generic/errno.h> + +#endif |