xref: /netbsd-src/sys/arch/ofppc/include/param.h (revision b602207310a8d5c03f6ca206f44f3dc0e7250a4a)
1*b6022073Smacallan /*	$NetBSD: param.h,v 1.13 2011/07/28 01:30:22 macallan Exp $	*/
2179b37abSmatt 
3179b37abSmatt #if defined(_KERNEL) && !defined(_MODULE)
45804d3f6Sws 
59c11ca3dSsakamoto #define MACHINE			"ofppc"
6d40e0abdSphx 
7*b6022073Smacallan #endif /* _KERNEL && !_MODULE */
8*b6022073Smacallan 
9d40e0abdSphx /* at this offset we mmap() the PCI IO range in display drivers */
10d40e0abdSphx #define PCI_MAGIC_IO_RANGE      0xfeff0000
11179b37abSmatt 
12179b37abSmatt #include <powerpc/param.h>
13