mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
6 lines
168 B
C
6 lines
168 B
C
/* $FreeBSD$ */
|
|
|
|
void EEInit(void);
|
|
void EERead(unsigned ee_off, char *data_addr, unsigned size);
|
|
void EEWrite(unsigned ee_off, const char *data_addr, unsigned size);
|
|
|