Merge branch 'android-4.4' of https://android.googlesource.com/kernel/common
[firefly-linux-kernel-4.4.55.git] / drivers / testcode / gpio_wave.h
1 #ifndef __GPIO_PWM_H__
2 #define __GPIO_PWM_H__
3
4 struct gpio_wave_platform_data {
5         unsigned int gpio;      //the pin use to exert spuare wave
6         int Htime;      //spuare wave Hight width
7         int Ltime;      //spuare wave Low width
8         int Dvalue;     //gpio default value 
9 };
10
11 #endif