eeprom stuff
This commit is contained in:
@@ -879,7 +879,10 @@ typedef struct nn_EEPROMRequest {
|
|||||||
void *state;
|
void *state;
|
||||||
const nn_EEPROM *eeprom;
|
const nn_EEPROM *eeprom;
|
||||||
nn_EEPROMAction action;
|
nn_EEPROMAction action;
|
||||||
|
union {
|
||||||
char *buf;
|
char *buf;
|
||||||
|
const char *robuf;
|
||||||
|
};
|
||||||
size_t buflen;
|
size_t buflen;
|
||||||
} nn_EEPROMRequest;
|
} nn_EEPROMRequest;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user