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