]> Git Repo - J-linux.git/blob - drivers/spi/spi-intel.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.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 <[email protected]>
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 extern const struct attribute_group *intel_spi_groups[];
17
18 int intel_spi_probe(struct device *dev, struct resource *mem,
19                     const struct intel_spi_boardinfo *info);
20
21 #endif /* SPI_INTEL_H */
This page took 0.037556 seconds and 4 git commands to generate.