blob: ba4d5e73e589faae71f18b88957e2d790a7bb83e (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $OpenBSD: vmparam.h,v 1.2 2008/04/07 22:41:52 miod Exp $ */
#ifndef _SGI_VMPARAM_H_
#define _SGI_VMPARAM_H_
#define VM_PHYSSEG_MAX 32 /* Max number of physical memory segments */
#include <mips64/vmparam.h>
#endif /* _SGI_VMPARAM_H_ */
|