mini/seeprom.h
2009-05-15 05:28:15 -07:00

7 lines
106 B
C

#ifndef __SEEPROM_H__
#define __SEEPROM_H__ 1
int seeprom_read(void *dst, int offset, int size);
#endif