1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2011 CompuLab, Ltd. <www.compulab.co.il>
13 #ifdef CONFIG_SYS_I2C_LEGACY
14 int cl_eeprom_read_mac_addr(uchar *buf, uint eeprom_bus);
15 u32 cl_eeprom_get_board_rev(uint eeprom_bus);
16 int cl_eeprom_get_product_name(uchar *buf, uint eeprom_bus);
18 static inline int cl_eeprom_read_mac_addr(uchar *buf, uint eeprom_bus)
22 static inline u32 cl_eeprom_get_board_rev(uint eeprom_bus)
26 static inline int cl_eeprom_get_product_name(uchar *buf, uint eeprom_bus)