]> git.tdb.fi Git - model-railway-devices.git/blob - firmware/eeprom.h
Rename the project to R²C²
[model-railway-devices.git] / firmware / eeprom.h
1 /* $Id$
2
3 This file is part of R²C²
4 Copyright © 2010  Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
6 */
7
8 #ifndef EEPROM_H_
9 #define EEPROM_H_
10
11 void eeprom_write(uint16_t, uint8_t);
12 uint8_t eeprom_read(uint16_t);
13
14 #endif