Karg  v0.2.0
The kernel of CargOS
driver_t Struct Reference

#include <driver.h>

Public Attributes

isize(* read )(u32 num, u8 *buf, usize size)
 
isize(* write )(u32 num, const u8 *buf, usize size)
 

Member Data Documentation

◆ read

isize(* driver_t::read) (u32 num, u8 *buf, usize size)

◆ write

isize(* driver_t::write) (u32 num, const u8 *buf, usize size)

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