mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-05 19:25:12 +01:00
7 lines
106 B
C
7 lines
106 B
C
#ifndef __SEEPROM_H__
|
|
#define __SEEPROM_H__ 1
|
|
|
|
int seeprom_read(void *dst, int offset, int size);
|
|
|
|
#endif
|