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

#define	IO_SPACE_LIMIT 0

#include <asm-generic/io.h>

#endif /* __ASM_SANDBOX_IO_H */