mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:05:18 +07:00
6 lines
84 B
C
6 lines
84 B
C
|
#ifdef __uClinux__
|
||
|
#include "processor_no.h"
|
||
|
#else
|
||
|
#include "processor_mm.h"
|
||
|
#endif
|