1 2 3 4 5 6 7 8 9 10 11
#ifndef _CI_BRIDGE_SPI_H_ #define _CI_BRIDGE_SPI_H_ #include <uapi/linux/ci-bridge-spi.h> struct ci_bridge_platform_data { int reset_pin; int interrupt_pin; }; #endif