diff options
Diffstat (limited to 'tools/arch/mips/include/asm/errno.h')
-rw-r--r-- | tools/arch/mips/include/asm/errno.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/arch/mips/include/asm/errno.h b/tools/arch/mips/include/asm/errno.h new file mode 100644 index 000000000000..21d91cdfe3c9 --- /dev/null +++ b/tools/arch/mips/include/asm/errno.h | |||
@@ -0,0 +1,17 @@ | |||
1 | /* | ||
2 | * This file is subject to the terms and conditions of the GNU General Public | ||
3 | * License. See the file "COPYING" in the main directory of this archive | ||
4 | * for more details. | ||
5 | * | ||
6 | * Copyright (C) 1995, 1999, 2001, 2002 by Ralf Baechle | ||
7 | */ | ||
8 | #ifndef _ASM_ERRNO_H | ||
9 | #define _ASM_ERRNO_H | ||
10 | |||
11 | #include <uapi/asm/errno.h> | ||
12 | |||
13 | |||
14 | /* The biggest error number defined here or in <linux/errno.h>. */ | ||
15 | #define EMAXERRNO 1133 | ||
16 | |||
17 | #endif /* _ASM_ERRNO_H */ | ||