1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2 /* Copyright(c) 2007 - 2011 Realtek Corporation. */ 3 4 #ifndef __RTW_EEPROM_H__ 5 #define __RTW_EEPROM_H__ 6 7 #include "osdep_service.h" 8 #include "drv_types.h" 9 10 struct eeprom_priv { 11 u8 bautoload_fail_flag; 12 u8 mac_addr[ETH_ALEN] __aligned(2); /* PermanentAddress */ 13 }; 14 15 #endif /* __RTL871X_EEPROM_H__ */ 16