On Mon, 16 Nov 2015 21:23:06 +0800 shannon.z...@linaro.org wrote: [...] > + * ACPI 5.0: 19.5.53 > + * GpioInt(GPIO Interrupt Connection Resource Descriptor Macro) > + */ > +Aml *aml_gpio_int(AmlConsumerAndProducer con_and_pro, > + AmlLevelAndEdge level_and_edge, > + AmlActiveHighAndLow high_and_low, AmlShared shared, > + AmlPinConfig pin_cfg, int16_t debounce_timeout, > + int32_t pin_num[], int32_t pin_count, const char *name, also we never going to change pin_num[], so could be const
[...]