Fix up a bunch of headers so that they pass KERNEL_HEADER_TEST to ensure that they are self-contained. Change-Id: Ic0dedbad91f70263452c9a809333fe93c8ee2266 Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
17 lines
343 B
C
17 lines
343 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __SPI_GENI_QCOM_HEADER___
|
|
#define __SPI_GENI_QCOM_HEADER___
|
|
|
|
#include <linux/types.h>
|
|
|
|
struct spi_geni_qcom_ctrl_data {
|
|
u32 spi_cs_clk_delay;
|
|
u32 spi_inter_words_delay;
|
|
};
|
|
|
|
#endif /*__SPI_GENI_QCOM_HEADER___*/
|