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