Contiki 3.x
|
File-like I/O device operations table.More...
#include <sys/stat.h>
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
#include <reent.h>
Go to the source code of this file.
Data Structures | |
struct | devoptab_t |
A simple "device operations" table, with function pointers for all the kinds of activities you would expect a stream-like device to support. More... | |
File-like I/O device operations table.
Definition in file devopttab.h.