Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux-2.6-microblaze.git] / drivers / spi / spi-intel.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Intel PCH/PCU SPI flash driver.
4  *
5  * Copyright (C) 2016 - 2022, Intel Corporation
6  * Author: Mika Westerberg <mika.westerberg@linux.intel.com>
7  */
8
9 #ifndef SPI_INTEL_H
10 #define SPI_INTEL_H
11
12 #include <linux/platform_data/x86/spi-intel.h>
13
14 struct resource;
15
16 int intel_spi_probe(struct device *dev, struct resource *mem,
17                     const struct intel_spi_boardinfo *info);
18
19 #endif /* SPI_INTEL_H */