mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 10:26:42 +07:00
6 lines
88 B
C
6 lines
88 B
C
|
#ifdef __uClinux__
|
||
|
#include "dma-mapping_no.h"
|
||
|
#else
|
||
|
#include "dma-mapping_mm.h"
|
||
|
#endif
|