blob: 306f0ef4c4d2ada0fc7624293f53046a32704e77 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $OpenBSD: memconf.h,v 1.3 2011/03/23 16:54:36 pirofti Exp $ */
#ifndef _MACHINE_MEMCONF_H_
#define _MACHINE_MEMCONF_H_
#define MAXMEMSEGS 32
#include <mips64/memconf.h>
#endif /* _MACHINE_MEMCONF_H_ */
|