max7301.h 156 B

123456789
  1. #ifndef LINUX_SPI_MAX7301_H
  2. #define LINUX_SPI_MAX7301_H
  3. struct max7301_platform_data {
  4. /* number assigned to the first GPIO */
  5. unsigned base;
  6. };
  7. #endif