aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ci-bridge-spi.h
blob: c54514b4c3e33fa2e139c90724aca9981a3dddaa (plain)
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