1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Intel PCH/PCU SPI flash driver.
5 * Copyright (C) 2016 - 2022, Intel Corporation
12 #include <linux/platform_data/x86/spi-intel.h>
16 extern const struct attribute_group *intel_spi_groups[];
18 int intel_spi_probe(struct device *dev, struct resource *mem,
19 const struct intel_spi_boardinfo *info);
21 #endif /* SPI_INTEL_H */