Sign in
cos
/
third_party
/
kernel
/
7d5dbaf499832a4ea040d3ac5046c00a3d2f2983
/
.
/
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