D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
src
/
kernels
/
3.10.0-1062.9.1.el7.x86_64
/
include
/
linux
/
platform_data
/
Filename :
st1232_pdata.h
back
Copy
#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