spi-intel.h 441 B

12345678910111213141516171819
  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. #ifndef SPI_INTEL_H
  9. #define SPI_INTEL_H
  10. #include <linux/platform_data/x86/spi-intel.h>
  11. struct resource;
  12. int intel_spi_probe(struct device *dev, struct resource *mem,
  13. const struct intel_spi_boardinfo *info);
  14. #endif /* SPI_INTEL_H */