7#ifndef ZEPHYR_INCLUDE_DRIVERS_EEPROM_FAKE_EEPROM_H_
8#define ZEPHYR_INCLUDE_DRIVERS_EEPROM_FAKE_EEPROM_H_
Main header file for EEPROM driver API.
int fake_eeprom_read(const struct device *arg0, off_t arg1, void *arg2, size_t arg3)
size_t fake_eeprom_size_delegate(const struct device *dev)
int fake_eeprom_write(const struct device *arg0, off_t arg1, const void *arg2, size_t arg3)
size_t fake_eeprom_size(const struct device *arg0)
#define DECLARE_FAKE_VALUE_FUNC(...)
Definition fff.h:8684
__INTPTR_TYPE__ off_t
Definition types.h:36
Runtime device structure (in ROM) per driver instance.
Definition device.h:510