No longer needs i386_io.h - now uses the inline functions in arch/cpu.h.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8005 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-06-16 16:53:27 +00:00
parent d001f09162
commit 480455d5cc

View File

@ -14,6 +14,7 @@
#include <bus/ISA.h>
#include <KernelExport.h>
#include <device_manager.h>
#include <arch/cpu.h>
#include <stdlib.h>
#include <string.h>
@ -27,7 +28,7 @@
#endif
// ToDo: this is architecture dependent and should be made differently!
#include "i386_io.h"
// (for example, the Pegasos (PPC based) also has an ISA bus)
#define ISA_MODULE_NAME "bus_managers/isa/root"