processor.h 84 字节
Newer Older
1 2 3 4 5
#ifdef __uClinux__
#include "processor_no.h"
#else
#include "processor_mm.h"
#endif