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