scatterlist.h

来自「Linux内核源代码 为压缩文件 是<<Linux内核>&gt」· C头文件 代码 · 共 14 行

H
14
字号
#ifndef _I386_SCATTERLIST_H#define _I386_SCATTERLIST_Hstruct 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;};#define ISA_DMA_THRESHOLD (0x00ffffff)#endif /* !(_I386_SCATTERLIST_H) */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?