2 * (C) Copyright 2011 CompuLab, Ltd. <www.compulab.co.il>
4 * Authors: Nikita Kiryanov <nikita@compulab.co.il>
5 * Igor Grinberg <grinberg@compulab.co.il>
7 * SPDX-License-Identifier: GPL-2.0+
15 int cl_eeprom_read_mac_addr(uchar *buf, uint eeprom_bus);
16 u32 cl_eeprom_get_board_rev(uint eeprom_bus);
17 int cl_eeprom_get_product_name(uchar *buf, uint eeprom_bus);
19 static inline int cl_eeprom_read_mac_addr(uchar *buf, uint eeprom_bus)
23 static inline u32 cl_eeprom_get_board_rev(uint eeprom_bus)
27 static inline int cl_eeprom_get_product_name(uchar *buf, uint eeprom_bus)