2 /* SPDX-License-Identifier: GPL-2.0-only */
4 #ifndef SOUTHBRIDGE_INTEL_SPI_H
5 #define SOUTHBRIDGE_INTEL_SPI_H
19 struct intel_swseq_spi_config
{
21 struct intel_spi_op ops
[8];
24 void spi_finalize_ops(void);
25 void intel_southbridge_override_spi(struct intel_swseq_spi_config
*spi_config
);