mirror of
https://github.com/torvalds/linux.git
synced 2024-12-16 16:12:52 +00:00
6 lines
88 B
C
6 lines
88 B
C
|
#ifdef __uClinux__
|
||
|
#include "scatterlist_no.h"
|
||
|
#else
|
||
|
#include "scatterlist_mm.h"
|
||
|
#endif
|