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