Newer
Older
barebox / arch / sandbox / include / asm / io.h
@Oleksij Rempel Oleksij Rempel on 8 Sep 2017 142 bytes asm-generic: partially sync io.h with linux kernel
#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 */