blob: 21d91cdfe3c91584ff5b2b56e1dbf78e508ffd80 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
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
David Howells61730c52012-10-09 09:47:14 +010011#include <uapi/asm/errno.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070012
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
14/* The biggest error number defined here or in <linux/errno.h>. */
15#define EMAXERRNO 1133
16
Linus Torvalds1da177e2005-04-16 15:20:36 -070017#endif /* _ASM_ERRNO_H */