mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net> Acked-by: Grant Likely <grant.likely@secretlab.ca>
18 lines
361 B
C
18 lines
361 B
C
/*
|
|
* orion_spi.h
|
|
*
|
|
* This file is licensed under the terms of the GNU General Public
|
|
* License version 2. This program is licensed "as is" without any
|
|
* warranty of any kind, whether express or implied.
|
|
*/
|
|
|
|
#ifndef __LINUX_SPI_ORION_SPI_H
|
|
#define __LINUX_SPI_ORION_SPI_H
|
|
|
|
struct orion_spi_info {
|
|
u32 tclk; /* no <linux/clk.h> support yet */
|
|
};
|
|
|
|
|
|
#endif
|