NetBSD/sys/arch/ofppc/include/param.h

13 lines
308 B
C
Raw Normal View History

/* $NetBSD: param.h,v 1.13 2011/07/28 01:30:22 macallan Exp $ */
1996-09-30 20:34:14 +04:00
#if defined(_KERNEL) && !defined(_MODULE)
#define MACHINE "ofppc"
#endif /* _KERNEL && !_MODULE */
/* at this offset we mmap() the PCI IO range in display drivers */
#define PCI_MAGIC_IO_RANGE 0xfeff0000
#include <powerpc/param.h>