]> git.proxmox.com Git - mirror_qemu.git/blame - linux-user/mips/target_resource.h
python/machine: use connect-based interface for existing sockets
[mirror_qemu.git] / linux-user / mips / target_resource.h
CommitLineData
b13e49bc
SB
1#ifndef MIPS_TARGET_RESOURCE_H
2#define MIPS_TARGET_RESOURCE_H
3
4#include "../generic/target_resource.h"
5
6#undef TARGET_RLIM_INFINITY
7#define TARGET_RLIM_INFINITY 0x7fffffffUL
8
9#undef TARGET_RLIMIT_NOFILE
10#define TARGET_RLIMIT_NOFILE 5
11
12#undef TARGET_RLIMIT_AS
13#define TARGET_RLIMIT_AS 6
14
15#undef TARGET_RLIMIT_RSS
16#define TARGET_RLIMIT_RSS 7
17
18#undef TARGET_RLIMIT_NPROC
19#define TARGET_RLIMIT_NPROC 8
20
21#undef TARGET_RLIMIT_MEMLOCK
22#define TARGET_RLIMIT_MEMLOCK 9
23
24#endif