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