mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 04:15:27 +07:00
6 lines
76 B
C
6 lines
76 B
C
|
#ifdef __uClinux__
|
||
|
#include "timex_no.h"
|
||
|
#else
|
||
|
#include "timex_mm.h"
|
||
|
#endif
|