eeprom stuff

This commit is contained in:
2026-03-29 23:23:38 +02:00
parent d7ca929a5f
commit b39e379e95

View File

@@ -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;
char *buf; union {
char *buf;
const char *robuf;
};
size_t buflen; size_t buflen;
} nn_EEPROMRequest; } nn_EEPROMRequest;