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:
bjh21 2001-03-19 23:59:33 +00:00
parent 66261e4fd6
commit 90567f2deb
1 changed files with 7 additions and 0 deletions

View File

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