serial8250: sanity check nr_uarts on all paths.
[linux-2.6.git] / include / asm-sparc64 / resource.h
blob4f08fb5e4ca428b664dbc2c7cd52e975777ab3c1
1 /*
2 * resource.h: Resource definitions.
4 * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
5 */
7 #ifndef _SPARC64_RESOURCE_H
8 #define _SPARC64_RESOURCE_H
11 * These two resource limit IDs have a Sparc/Linux-specific ordering,
12 * the rest comes from the generic header:
14 #define RLIMIT_NOFILE 6 /* max number of open files */
15 #define RLIMIT_NPROC 7 /* max number of processes */
17 #include <asm-generic/resource.h>
19 #endif /* !(_SPARC64_RESOURCE_H) */