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#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