summaryrefslogtreecommitdiffstats
path: root/package/ucmb/src/ucmb.h
blob: f1a92836f86fe599dc38e40e2e1a2c5dd9777b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef LINUX_UCMB_H_
#define LINUX_UCMB_H_

struct ucmb_platform_data {
	const char *name;
	unsigned int gpio_sck;
	unsigned int gpio_miso;
	unsigned int gpio_mosi;

	struct platform_device *pdev; /* internal */
};

#endif /* LINUX_UCMB_H_ */