blob: cac3e7b4c45418aa725ca18fdc5cd7b6fa7b52c5 [file] [log] [blame]
Bastian Hechte6a90812013-04-15 09:31:00 -07001#ifndef _LINUX_ST1232_PDATA_H
2#define _LINUX_ST1232_PDATA_H
3
4/*
5 * Optional platform data
6 *
7 * Use this if you want the driver to drive the reset pin.
8 */
9struct st1232_pdata {
10 int reset_gpio;
11};
12
13#endif