param.h revision 1.12
1/* $NetBSD: param.h,v 1.12 2011/06/20 06:29:53 matt Exp $ */ 2 3#if defined(_KERNEL) && !defined(_MODULE) 4 5#define MACHINE "ofppc" 6 7/* at this offset we mmap() the PCI IO range in display drivers */ 8#define PCI_MAGIC_IO_RANGE 0xfeff0000 9 10#endif /* _KERNEL && !_MODULE */ 11 12#include <powerpc/param.h> 13