mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-24 01:22:44 +00:00
10 lines
156 B
C
10 lines
156 B
C
|
|
#ifndef LINUX_SPI_MAX7301_H
|
||
|
|
#define LINUX_SPI_MAX7301_H
|
||
|
|
|
||
|
|
struct max7301_platform_data {
|
||
|
|
/* number assigned to the first GPIO */
|
||
|
|
unsigned base;
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|