Sign in
coral
/
linux-imx
/
98a85ff88d8f92344ca8f8e5770c5dc0180d6b61
/
.
/
include
/
linux
/
spi
/
mc33880.h
blob: 205a49cb99dbd3e9b1e7a91fe243f623475bb39b [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
LINUX_SPI_MC33880_H
#define
LINUX_SPI_MC33880_H
struct
mc33880_platform_data
{
/* number assigned to the first GPIO */
unsigned
base
;
};
#endif