Sign in
coral
/
linux-mtk
/
fa40a8214bb9bcae8d49c234c19d8b4a6c1f37ff
/
.
/
include
/
linux
/
spi
/
max7301.h
blob: 6dfd83f19b4b1ceaa8575c25b2a6efe949e9d963 [
file
]
#ifndef
LINUX_SPI_MAX7301_H
#define
LINUX_SPI_MAX7301_H
struct
max7301_platform_data
{
/* number assigned to the first GPIO */
unsigned
base
;
};
#endif