]> git.tdb.fi Git - model-railway-devices.git/blob - firmware/eeprom.h
97527d67e5dacda89915be9b70e93b1329c890d4
[model-railway-devices.git] / firmware / eeprom.h
1 /* $Id$
2
3 This file is part of the MSP Märklin suite
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