scatterlist.h 200 字节
Newer Older
1 2 3
#ifndef ___ASM_SPARC_SCATTERLIST_H
#define ___ASM_SPARC_SCATTERLIST_H
#if defined(__sparc__) && defined(__arch64__)
4
#include <asm/scatterlist_64.h>
5
#else
6
#include <asm/scatterlist_32.h>
7
#endif
J
Jens Axboe 已提交
8
#endif