aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/iwl-eeprom-read.h
blob: 63b8e6c6659b686443dbdde2457fca0f8b9b23bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
/*
 * Copyright (C) 2005-2014 Intel Corporation
 */
#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__ */