scatterlist.h
来自「Linux内核源代码 为压缩文件 是<<Linux内核>>」· C头文件 代码 · 共 17 行
H
17 行
#ifdef __KERNEL__#ifndef _PPC_SCATTERLIST_H#define _PPC_SCATTERLIST_H#include <asm/dma.h>struct scatterlist { char * address; /* Location data is to be transferred to */ char * alt_address; /* Location of actual if address is a * dma indirect buffer. NULL otherwise */ unsigned int length;};#endif /* !(_PPC_SCATTERLIST_H) */#endif /* __KERNEL__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?