1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Intel PCH/PCU SPI flash driver.
5 * Copyright (C) 2016, Intel Corporation
9 #ifndef INTEL_SPI_PDATA_H
10 #define INTEL_SPI_PDATA_H
20 * struct intel_spi_boardinfo - Board specific data for Intel SPI driver
21 * @type: Type which this controller is compatible with
22 * @writeable: The chip is writeable
24 struct intel_spi_boardinfo {
25 enum intel_spi_type type;
29 #endif /* INTEL_SPI_PDATA_H */