xref: /kvm-unit-tests/lib/ppc64/asm/io.h (revision 6afb94812d924a754e2d44f6c5de9e1859b2df28)
1 #ifndef _ASMPPC64_IO_H_
2 #define _ASMPPC64_IO_H_
3 
4 #define __iomem
5 
6 #include <asm-generic/io.h>
7 #endif
8