start io subsystem

This commit is contained in:
2025-06-14 22:16:35 +01:00
parent 34ea87ded0
commit 49d5847980
8 changed files with 95 additions and 17 deletions

8
driver/io.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef _IO_H_
#define _IO_H_
int io_init(void);
void io_exit(void);
#endif /* _IO_H_ */