Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
|
Data Fields | |
off_t(* | lseek )(struct file *filp, off_t offset, int whence) |
ssize_t(* | read )(struct file *filp, char *buf, size_t size, off_t offset) |
ssize_t(* | write )(struct file *filp, const char *buf, size_t size, off_t offset) |
int(* | ioctl )(struct file *, unsigned int cmd, unsigned long arg) |
int(* | open )(struct inode *inode, struct file *file) |