Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
Data Structures | Functions
reg_file.h File Reference
#include <fs/fs.h>
Include dependency graph for reg_file.h:

Go to the source code of this file.

Data Structures

struct  reg_file
 

Functions

int reg_file_init (struct file **files, struct inode *file_inode, struct reg_file *reg_file)
 
ssize_t reg_file_read (struct file *filp, char *buf, size_t size, off_t offset)
 
ssize_t reg_file_write (struct file *filp, const char *buf, size_t size, off_t offset)