avr: initial commit
[z80.git] / avr / io.h
diff --git a/avr/io.h b/avr/io.h
new file mode 100644 (file)
index 0000000..b1a3251
--- /dev/null
+++ b/avr/io.h
@@ -0,0 +1,10 @@
+/* I/O header */
+#ifndef _IO_H_
+#define _IO_H_
+
+void io_init(void);
+
+void io_read(void);
+void io_write(void);
+
+#endif /* _IO_H_ */