|
RADPx-OS Kernel (Radical Posix OS)
Crimson 0.1.4
POSIX-inspired kernel API with embedded and desktop VM targets
|
Public data structure for rad_device_ops. More...
#include <radkernel.h>
Public Attributes | |
| void * | context |
| Public structure field. | |
| rad_status_t(* | read )(void *context, void *buffer, size_t size, size_t *bytes_read) |
| Public callback slot. | |
| rad_status_t(* | write )(void *context, const void *buffer, size_t size, size_t *bytes_written) |
| Public callback slot. | |
| rad_status_t(* | ioctl )(void *context, uint32_t request, void *argument) |
| Public callback slot. | |
Public data structure for rad_device_ops.