mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
This code touches MD code inappropriately. So we have to include pc98
specific file for pc98.
This commit is contained in:
parent
cd18ccdc30
commit
821257e1db
1 changed files with 5 additions and 0 deletions
|
|
@ -61,7 +61,12 @@
|
|||
#include <machine/bus.h>
|
||||
#include <machine/resource.h>
|
||||
|
||||
/* XXX Shouldn't reach into the MD code here */
|
||||
#ifdef PC98
|
||||
#include <pc98/pc98/pc98.h>
|
||||
#else
|
||||
#include <i386/isa/isa.h>
|
||||
#endif
|
||||
|
||||
#include <pccard/cardinfo.h>
|
||||
#include <pccard/slot.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue