18 lines · c
1/*2 * This file is subject to the terms and conditions of the GNU General Public3 * License. See the file "COPYING" in the main directory of this archive4 * for more details.5 *6 * Copyright (C) 1995, 1999, 2001, 2002 by Ralf Baechle7 */8#ifndef _ASM_ERRNO_H9#define _ASM_ERRNO_H10 11#include <uapi/asm/errno.h>12 13 14/* The biggest error number defined here or in <linux/errno.h>. */15#define EMAXERRNO 113316 17#endif /* _ASM_ERRNO_H */18