9
0
Fork 0

mips: io: include generic io.h

To get definitions for inb/outb and friends.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Antony Pavlov <antonynpavlov@gmail.com>
This commit is contained in:
Sascha Hauer 2014-04-09 08:29:40 +02:00
parent 48f1fa806f
commit 8f6bc22f3b
1 changed files with 2 additions and 0 deletions

View File

@ -78,4 +78,6 @@ static inline void __raw_writel(u32 b, volatile void __iomem *addr)
#define out_be16(a, v) __raw_writew(__cpu_to_be16(v), a)
#define out_be32(a, v) __raw_writel(__cpu_to_be32(v), a)
#include <asm-generic/io.h>
#endif /* __ASM_MIPS_IO_H */