photon
1.1
|
Convenience pointer type for the buffer structure. More...
#include <photon.h>
Data Fields | |
uintptr_t | addr |
The base address of the buffer. More... | |
uint64_t | size |
The size of the buffer in bytes. More... | |
struct photon_buffer_priv_t | priv |
THe associated private buffer information. More... | |
Convenience pointer type for the buffer structure.
The Photon buffer structure Used as a handle to a user space buffer passed via the Photon API.
uintptr_t photonBuffer::addr |
struct photon_buffer_priv_t photonBuffer::priv |
uint64_t photonBuffer::size |