diff -r d8d70de2bd36 -r 57b9594f5772 kernel/eka/include/drivers/gpio.h --- a/kernel/eka/include/drivers/gpio.h Wed Aug 18 11:08:29 2010 +0300 +++ b/kernel/eka/include/drivers/gpio.h Thu Sep 02 21:54:16 2010 +0300 @@ -18,6 +18,14 @@ #ifndef __GPIO_H__ #define __GPIO_H__ +#include + +#ifdef __USE_GPIO_STATIC_EXTENSION__ +// test standard extension handler number. *DO NOT USE* +#define KTestStaticExtension 0x80000000 +#include +#endif + class TGpioCallback; //forward declaration /** @@ -232,7 +240,6 @@ /** Reads the pin idle configuration and state. - @param aId The pin Id. @param aConf On return contains the idle configuration and state previoulsy set on the pin. @@ -274,7 +281,6 @@ KErrGeneral, if there is no ISR bound to this interrupt. */ IMPORT_C static TInt UnbindInterrupt(TInt aId); - /** Enables the interrupt on specified pin. @@ -286,7 +292,6 @@ KErrGeneral, if there is no ISR bound to this interrupt. */ IMPORT_C static TInt EnableInterrupt(TInt aId); - /** Disables the interrupt on specified pin.