Sign in
coral
/
linux-mtk
/
792bca832958dd194e85918c2e0f4e53b1155b50
/
.
/
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