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