Newer
Older
barebox / arch / sandbox / include / asm / io.h
@Michel Stam Michel Stam on 8 Apr 2014 141 bytes common: Allow for I/O mapped I/O
#ifndef __ASM_SANDBOX_IO_H
#define __ASM_SANDBOX_IO_H

#include <asm-generic/io.h>
#define	IO_SPACE_LIMIT 0

#endif /* __ASM_SANDBOX_IO_H */