diff genesis.h @ 1414:d94855080529

Move I2C EEPROM and NOR Flash functions out of romdb.c into new files
author Michael Pavone <pavone@retrodev.com>
date Fri, 23 Jun 2017 21:48:38 -0700
parents 3d7f668dce3d
children 2540c05520f2
line wrap: on
line diff
--- a/genesis.h	Thu Jun 22 23:40:05 2017 -0700
+++ b/genesis.h	Fri Jun 23 21:48:38 2017 -0700
@@ -16,6 +16,7 @@
 #include "io.h"
 #include "romdb.h"
 #include "arena.h"
+#include "i2c.h"
 
 typedef struct genesis_context genesis_context;