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