Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_.

This commit is contained in:
Marcel Moolenaar 2005-05-10 02:59:24 +00:00
parent 0fcc778f3f
commit 6fab4fece2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146037

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>