2026-01-29 22:25:33 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
|
|
|
|
|
/*
|
|
|
|
|
* Copyright (C) 2005-2014 Intel Corporation
|
|
|
|
|
*/
|
2026-01-21 18:59:54 +08:00
|
|
|
#ifndef __iwl_eeprom_h__
|
|
|
|
|
#define __iwl_eeprom_h__
|
|
|
|
|
|
|
|
|
|
#include "iwl-trans.h"
|
|
|
|
|
|
|
|
|
|
int iwl_read_eeprom(struct iwl_trans *trans, u8 **eeprom, size_t *eeprom_size);
|
|
|
|
|
|
|
|
|
|
#endif /* __iwl_eeprom_h__ */
|