dma-fence: Add some more fence-merge-unwrap tests
[drm/drm-misc.git] / drivers / spi / spi-intel.h
blobc5f35060dd637237053f8966a6b6223e96b3af9b
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Intel PCH/PCU SPI flash driver.
5 * Copyright (C) 2016 - 2022, Intel Corporation
6 * Author: Mika Westerberg <mika.westerberg@linux.intel.com>
7 */
9 #ifndef SPI_INTEL_H
10 #define SPI_INTEL_H
12 #include <linux/platform_data/x86/spi-intel.h>
14 struct resource;
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 */