Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / arch / mips / include / asm / errno.h
CommitLineData
1da177e4
LT
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
61730c53 11#include <uapi/asm/errno.h>
7d217d7f 12
1da177e4
LT
13
14/* The biggest error number defined here or in <linux/errno.h>. */
15#define EMAXERRNO 1133
16
1da177e4 17#endif /* _ASM_ERRNO_H */
This page took 0.86369 seconds and 5 git commands to generate.