cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

iwl-eeprom-read.h (294B)


      1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
      2/*
      3 * Copyright (C) 2005-2014 Intel Corporation
      4 */
      5#ifndef __iwl_eeprom_h__
      6#define __iwl_eeprom_h__
      7
      8#include "iwl-trans.h"
      9
     10int iwl_read_eeprom(struct iwl_trans *trans, u8 **eeprom, size_t *eeprom_size);
     11
     12#endif  /* __iwl_eeprom_h__ */