mini/seeprom.h

7 lines
106 B
C
Raw Normal View History

2009-02-16 13:52:26 +01:00
#ifndef __SEEPROM_H__
#define __SEEPROM_H__ 1
int seeprom_read(void *dst, int offset, int size);
#endif