blob: 00929344c40d515f373d3bc5393dc6875fa4aeb2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $OpenBSD: memconf.h,v 1.2 2008/04/07 22:41:52 miod Exp $ */
#ifndef _SGI_MEMCONF_H_
#define _SGI_MEMCONF_H_
#define MAXMEMSEGS 32
#include <mips64/memconf.h>
#endif /* _SGI_MEMCONF_H_ */
|