xref: /openbmc/linux/arch/mips/include/asm/errno.h (revision 61730c53)
1384740dcSRalf Baechle /*
2384740dcSRalf Baechle  * This file is subject to the terms and conditions of the GNU General Public
3384740dcSRalf Baechle  * License.  See the file "COPYING" in the main directory of this archive
4384740dcSRalf Baechle  * for more details.
5384740dcSRalf Baechle  *
6384740dcSRalf Baechle  * Copyright (C) 1995, 1999, 2001, 2002 by Ralf Baechle
7384740dcSRalf Baechle  */
8384740dcSRalf Baechle #ifndef _ASM_ERRNO_H
9384740dcSRalf Baechle #define _ASM_ERRNO_H
10384740dcSRalf Baechle 
1161730c53SDavid Howells #include <uapi/asm/errno.h>
12384740dcSRalf Baechle 
13384740dcSRalf Baechle 
14384740dcSRalf Baechle /* The biggest error number defined here or in <linux/errno.h>. */
15384740dcSRalf Baechle #define EMAXERRNO	1133
16384740dcSRalf Baechle 
17384740dcSRalf Baechle #endif /* _ASM_ERRNO_H */
18