mirror of https://gitee.com/openkylin/linux.git
6 lines
88 B
C
6 lines
88 B
C
|
#ifdef __uClinux__
|
||
|
#include "dma-mapping_no.h"
|
||
|
#else
|
||
|
#include "dma-mapping_mm.h"
|
||
|
#endif
|