mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 16:38:12 +00:00
6 lines
76 B
C
6 lines
76 B
C
|
#ifdef __uClinux__
|
||
|
#include "timex_no.h"
|
||
|
#else
|
||
|
#include "timex_mm.h"
|
||
|
#endif
|