bpf: split eBPF out of NET
[linux-2.6/btrfs-unstable.git] / include / linux / platform_data / st1232_pdata.h
blobcac3e7b4c45418aa725ca18fdc5cd7b6fa7b52c5
1 #ifndef _LINUX_ST1232_PDATA_H
2 #define _LINUX_ST1232_PDATA_H
4 /*
5 * Optional platform data
7 * Use this if you want the driver to drive the reset pin.
8 */
9 struct st1232_pdata {
10 int reset_gpio;
13 #endif