summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/io.h
blob: 3cdea7fcace19f82fa5f6f1c371162dec778ea6f (plain)
1
2
3
4
5
6
7
8
#ifndef __ASM_RISCV_IO_H
#define __ASM_RISCV_IO_H

#define IO_SPACE_LIMIT 0

#include <asm-generic/io.h>

#endif /* __ASM_RISCV_IO_H */