mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 14:27:54 +07: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
|