OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>
#include "eeprom.h"
#include "fru.h"
#include "hal_i2c.h"
#include <string.h>
#include <logging/log.h>
Functions | |
LOG_MODULE_REGISTER (dev_eeprom) | |
bool | eeprom_mux_check (EEPROM_ENTRY *entry) |
bool | eeprom_write (EEPROM_ENTRY *entry) |
bool | eeprom_read (EEPROM_ENTRY *entry) |
bool eeprom_mux_check | ( | EEPROM_ENTRY * | entry | ) |
bool eeprom_read | ( | EEPROM_ENTRY * | entry | ) |
bool eeprom_write | ( | EEPROM_ENTRY * | entry | ) |
LOG_MODULE_REGISTER | ( | dev_eeprom | ) |