162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2005-2014 Intel Corporation 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci#ifndef __iwl_eeprom_h__ 662306a36Sopenharmony_ci#define __iwl_eeprom_h__ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#include "iwl-trans.h" 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ciint iwl_read_eeprom(struct iwl_trans *trans, u8 **eeprom, size_t *eeprom_size); 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#endif /* __iwl_eeprom_h__ */ 13