start io subsystem
This commit is contained in:
8
driver/io.h
Normal file
8
driver/io.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _IO_H_
|
||||
#define _IO_H_
|
||||
|
||||
|
||||
int io_init(void);
|
||||
void io_exit(void);
|
||||
|
||||
#endif /* _IO_H_ */
|
Reference in New Issue
Block a user