mc33880.h 157 B

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