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