|
@@ -24,6 +24,7 @@
|
|
#define __IO_PREFIX generic
|
|
#define __IO_PREFIX generic
|
|
#include <asm/io_generic.h>
|
|
#include <asm/io_generic.h>
|
|
#include <asm/io_trapped.h>
|
|
#include <asm/io_trapped.h>
|
|
|
|
+#include <asm-generic/pci_iomap.h>
|
|
#include <mach/mangle-port.h>
|
|
#include <mach/mangle-port.h>
|
|
|
|
|
|
#define __raw_writeb(v,a) (__chk_io_ptr(a), *(volatile u8 __force *)(a) = (v))
|
|
#define __raw_writeb(v,a) (__chk_io_ptr(a), *(volatile u8 __force *)(a) = (v))
|