]> git.tdb.fi Git - model-railway-devices.git/blobdiff - common/eeprom.h
Reorganize the directory structure
[model-railway-devices.git] / common / eeprom.h
diff --git a/common/eeprom.h b/common/eeprom.h
new file mode 100644 (file)
index 0000000..903ce96
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef EEPROM_H_
+#define EEPROM_H_
+
+void eeprom_write(uint16_t, uint8_t);
+uint8_t eeprom_read(uint16_t);
+
+#endif