74x164.h 162 B

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