mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-26 18:42:45 +00:00
6 lines
84 B
C
6 lines
84 B
C
|
|
#ifdef __uClinux__
|
||
|
|
#include "processor_no.h"
|
||
|
|
#else
|
||
|
|
#include "processor_mm.h"
|
||
|
|
#endif
|