io.h 70 Bytes
#ifdef __uClinux__
#include "io_no.h"
#else
#include "io_mm.h"
#endif