����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Intel PCH/PCU SPI flash driver.
*
* Copyright (C) 2016, Intel Corporation
* Author: Mika Westerberg <mika.westerberg@linux.intel.com>
*/
#ifndef INTEL_SPI_PDATA_H
#define INTEL_SPI_PDATA_H
enum intel_spi_type {
INTEL_SPI_BYT = 1,
INTEL_SPI_LPT,
INTEL_SPI_BXT,
INTEL_SPI_CNL,
};
/**
* struct intel_spi_boardinfo - Board specific data for Intel SPI driver
* @type: Type which this controller is compatible with
* @writeable: The chip is writeable
*/
struct intel_spi_boardinfo {
enum intel_spi_type type;
bool writeable;
};
#endif /* INTEL_SPI_PDATA_H */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| apple.h | File | 248 B | 0644 |
|
| asus-wmi.h | File | 4.07 KB | 0644 |
|
| clk-lpss.h | File | 425 B | 0644 |
|
| clk-pmc-atom.h | File | 1020 B | 0644 |
|
| intel-spi.h | File | 621 B | 0644 |
|
| intel_pmc_ipc.h | File | 2.26 KB | 0644 |
|
| nvidia-wmi-ec-backlight.h | File | 2.83 KB | 0644 |
|
| p2sb.h | File | 575 B | 0644 |
|
| pmc_atom.h | File | 4.32 KB | 0644 |
|
| pwm-lpss.h | File | 897 B | 0644 |
|
| soc.h | File | 1.25 KB | 0644 |
|