mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 20:20:53 +07:00
6 lines
72 B
C
6 lines
72 B
C
|
#ifdef __uClinux__
|
||
|
#include "bug_no.h"
|
||
|
#else
|
||
|
#include "bug_mm.h"
|
||
|
#endif
|