mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 06:36:44 +07:00
6 lines
76 B
C
6 lines
76 B
C
|
#ifdef __uClinux__
|
||
|
#include "entry_no.h"
|
||
|
#else
|
||
|
#include "entry_mm.h"
|
||
|
#endif
|