RADPx-OS Kernel (Radical Posix OS)  Crimson 0.1.4
POSIX-inspired kernel API with embedded and desktop VM targets
rad_device_ops Struct Reference

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.
 

Detailed Description

Public data structure for rad_device_ops.


The documentation for this struct was generated from the following file: