Structure for a scatter/gather vector entry in 32-bit systems. More...
#include <lnx_kernel_utils.hpp>
Public Attributes | |
| uint32_t | iov_base |
| Base address of the buffer. | |
| uint32_t | iov_len |
| Length of the buffer. | |
Structure for a scatter/gather vector entry in 32-bit systems.
| uint32_t arion_lnx_type::iovec32::iov_base |
Base address of the buffer.
| uint32_t arion_lnx_type::iovec32::iov_len |
Length of the buffer.