Quick hack to pull in podulebus.h for the current architecture.
This should be done better (probably with <machine/podulebus_machdep.h> later.
This commit is contained in:
parent
66261e4fd6
commit
90567f2deb
|
@ -0,0 +1,7 @@
|
|||
/* $NetBSD: podulebus.h,v 1.1 2001/03/19 23:59:33 bjh21 Exp $ */
|
||||
|
||||
#ifdef arm26
|
||||
#include <arch/arm26/podulebus/podulebus.h>
|
||||
#else
|
||||
#include <arch/arm32/podulebus/podulebus.h>
|
||||
#endif
|
Loading…
Reference in New Issue