X-Git-Url: https://git.stricted.de/?p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git;a=blobdiff_plain;f=arch%2Farm%2Fmach-mt8127%2Fttab%2Fdct%2Fdct%2Finc%2Fcust_eint_ext.h;fp=arch%2Farm%2Fmach-mt8127%2Fttab%2Fdct%2Fdct%2Finc%2Fcust_eint_ext.h;h=ca1628f2e7afcf6979bf921a9dc7d98b3bca88a2;hp=0000000000000000000000000000000000000000;hb=8c8e2e886304c99a6090b7dfbfcc9d19d3d54b18;hpb=9afc0d8b264fbe6d215f7a0a83e35a1dcdbf366d diff --git a/arch/arm/mach-mt8127/ttab/dct/dct/inc/cust_eint_ext.h b/arch/arm/mach-mt8127/ttab/dct/dct/inc/cust_eint_ext.h new file mode 100644 index 000000000000..ca1628f2e7af --- /dev/null +++ b/arch/arm/mach-mt8127/ttab/dct/dct/inc/cust_eint_ext.h @@ -0,0 +1,34 @@ +/* + * Generated by MTK SP DrvGen Version 03.13.6 for MT8127. Copyright MediaTek Inc. (C) 2013. + * Mon Mar 19 18:10:35 2018 + * Do Not Modify the File. + */ + +#ifndef __CUST_EINTH +#define __CUST_EINTH + +#ifdef __cplusplus +extern "C" { +#endif + +#define CUST_EINTF_TRIGGER_RISING 1 //High Polarity and Edge Sensitive +#define CUST_EINTF_TRIGGER_FALLING 2 //Low Polarity and Edge Sensitive +#define CUST_EINTF_TRIGGER_HIGH 4 //High Polarity and Level Sensitive +#define CUST_EINTF_TRIGGER_LOW 8 //Low Polarity and Level Sensitive + +#define CUST_EINT_DEBOUNCE_DISABLE 0 +#define CUST_EINT_DEBOUNCE_ENABLE 1 + +////////////////////////////////////////////////////////////////////////////// + + + + +////////////////////////////////////////////////////////////////////////////// +#ifdef __cplusplus +} + +#endif +#endif //_CUST_EINT__EXT_H + +