xref: /netbsd/sys/arch/ofppc/include/param.h (revision 6745ac09)
1 /*	$NetBSD: param.h,v 1.13 2011/07/28 01:30:22 macallan Exp $	*/
2 
3 #if defined(_KERNEL) && !defined(_MODULE)
4 
5 #define MACHINE			"ofppc"
6 
7 #endif /* _KERNEL && !_MODULE */
8 
9 /* at this offset we mmap() the PCI IO range in display drivers */
10 #define PCI_MAGIC_IO_RANGE      0xfeff0000
11 
12 #include <powerpc/param.h>
13