262e1f2b3f
development systems and the RB800 (routerboard 800) platform. The CF on the RB800 doesn't work yet.
14 lines
292 B
C
14 lines
292 B
C
/* $NetBSD: vmparam.h,v 1.4 2011/01/18 01:10:25 matt Exp $ */
|
|
|
|
#ifdef _KERNEL_OPT
|
|
#include "opt_ppcarch.h"
|
|
#endif
|
|
|
|
#ifdef PPC_IBM4XX
|
|
#include <powerpc/ibm4xx/vmparam.h>
|
|
#elif defined(PPC_OEA)
|
|
#include <powerpc/oea/vmparam.h>
|
|
#elif defined(PPC_BOOKE)
|
|
#include <powerpc/booke/vmparam.h>
|
|
#endif
|