mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 23:32:17 +00:00
53f3b81e5a
Fuck him
13 lines
294 B
C
13 lines
294 B
C
/* 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__ */
|