Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Intel PCH/PCU SPI flash driver.
0004  *
0005  * Copyright (C) 2016 - 2022, Intel Corporation
0006  * Author: Mika Westerberg <mika.westerberg@linux.intel.com>
0007  */
0008 
0009 #ifndef SPI_INTEL_H
0010 #define SPI_INTEL_H
0011 
0012 #include <linux/platform_data/x86/spi-intel.h>
0013 
0014 struct resource;
0015 
0016 int intel_spi_probe(struct device *dev, struct resource *mem,
0017             const struct intel_spi_boardinfo *info);
0018 
0019 #endif /* SPI_INTEL_H */