6 lines
78 B
C
6 lines
78 B
C
#ifdef __uClinux__
|
|
#include <asm/io_no.h>
|
|
#else
|
|
#include <asm/io_mm.h>
|
|
#endif
|