avr: initial commit
[z80.git] / avr / io.h
1 /* I/O header */
2 #ifndef _IO_H_
3 #define _IO_H_
4
5 void io_init(void);
6
7 void io_read(void);
8 void io_write(void);
9
10 #endif /* _IO_H_ */