1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * This file is subject to the terms and conditions of the GNU General Public
4  * License.  See the file "COPYING" in the main directory of this archive
5  * for more details.
6  *
7  * Copyright (C) 1995, 1999, 2001, 2002 by Ralf Baechle
8  * Copyright (C) 2020 Loongson Technology Co., Ltd.
9  */
10 #ifndef _ASM_ERRNO_H
11 #define _ASM_ERRNO_H
12 
13 #include <uapi/asm/errno.h>
14 
15 
16 /* The biggest error number defined here or in <linux/errno.h>. */
17 #define EMAXERRNO	1133
18 
19 #endif /* _ASM_ERRNO_H */
20