blob: ccdeee648d452687a6b911feed436cb3042afc48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $NetBSD: vmparam.h,v 1.6 2019/03/28 08:33:07 christos Exp $ */
#include <mips/vmparam.h>
#ifdef _KERNEL
#include <sys/kcore.h>
#define VM_PHYSSEG_MAX 5
extern phys_ram_seg_t mem_clusters[];
extern int mem_cluster_cnt;
#endif
|