Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: dc1ccc48159d63eca5089e507c82c7d22ef60839 authored by Linus Torvalds on 29 November 2013, 20:57:14 UTC
Linux 3.13-rc2
Tip revision: dc1ccc4
st1232_pdata.h
#ifndef _LINUX_ST1232_PDATA_H
#define _LINUX_ST1232_PDATA_H

/*
 * Optional platform data
 *
 * Use this if you want the driver to drive the reset pin.
 */
struct st1232_pdata {
	int reset_gpio;
};

#endif
back to top