mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 19:47:08 +03:00
66d97267c7
This excludes all headers in /usr/include/dev because that directory is bonkers huge (18M). We can add these on an as-needed basis.
11 lines
317 B
C
Vendored
11 lines
317 B
C
Vendored
/* $OpenBSD: vmparam.h,v 1.3 2017/07/30 16:09:53 visa Exp $ */
|
|
/* public domain */
|
|
#ifndef _MACHINE_VMPARAM_H_
|
|
#define _MACHINE_VMPARAM_H_
|
|
|
|
#define VM_PHYSSEG_MAX 8 /* Max number of physical memory segments */
|
|
#define VM_PHYSSEG_STRAT VM_PSTRAT_BIGFIRST
|
|
|
|
#include <mips64/vmparam.h>
|
|
|
|
#endif /* _MACHINE_VMPARAM_H_ */ |