11 lines
115 B
C
11 lines
115 B
C
/*
|
|
* io_init.h
|
|
*/
|
|
|
|
#ifndef IO_INIT_H_
|
|
#define IO_INIT_H_
|
|
|
|
void io_init(void);
|
|
|
|
#endif /* IO_INIT_H_ */
|