Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: c470abd4fde40ea6a0846a2beab642a578c0b8cd authored by Linus Torvalds on 19 February 2017, 22:34:00 UTC
Linux 4.10
Tip revision: c470abd
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