Staging
v0.8.1
Raw File
io.h
#ifdef __uClinux__
#include <asm/io_no.h>
#else
#include <asm/io_mm.h>
#endif
back to top