Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_.

This commit is contained in:
marcel 2005-05-10 02:59:24 +00:00
parent b005c7d42f
commit 6352eca8c5

View File

@ -81,10 +81,7 @@
* doing memory mapped I/O in a special memory range. The address
* translation is slightly magic for I/O port accesses, but it does
* not warrant the overhead.
*
*/
#define _MACHINE_BUS_MEMIO_H_
#define _MACHINE_BUS_PIO_H_
#include <machine/_bus.h>
#include <machine/cpufunc.h>