|
Linux Kernel
3.7.1
|
#include <linux/types.h>Go to the source code of this file.
Data Structures | |
| struct | scatterlist |
Macros | |
| #define | sg_dma_address(sg) ((sg)->dma_address) |
| #define | sg_dma_len(sg) ((sg)->length) |
| #define sg_dma_address | ( | sg | ) | ((sg)->dma_address) |
Definition at line 26 of file scatterlist.h.
Definition at line 31 of file scatterlist.h.
1.8.2