Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
null_dev.h
Go to the documentation of this file.
1 
4 #ifndef __NULL_DEV_H__
5 #define __NULL_DEV_H__
6 
7 void null_dev_init(void);
8 
9 #endif