devoptab_t Struct Reference

Structure to device operation table. More...

#include <syscall.h>


Data Fields

const char * name
int(* open )(const char *path, int flags, int mode)
int(* close )(int fd)
int(* write )(int fd, const void *ptr, int len)
int(* read )(int fd, void *ptr, int len)


Detailed Description

Structure to device operation table.


Field Documentation

int(* devoptab_t::close)(int fd)

const char* devoptab_t::name

int(* devoptab_t::open)(const char *path, int flags, int mode)

int(* devoptab_t::read)(int fd, void *ptr, int len)

int(* devoptab_t::write)(int fd, const void *ptr, int len)


The documentation for this struct was generated from the following file:
Generated on 3 Mar 2014 for PAL bare-c Library by  doxygen 1.4.7