Sign in
coral
/
linux-imx
/
883334ceaa4f97249b8e1c0d76e4805c2c7eefa3
/
.
/
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