diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/acpi_gpio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/acpi_gpio.h b/include/linux/acpi_gpio.h index b6ce601e55a2..d875bc3dba3c 100644 --- a/include/linux/acpi_gpio.h +++ b/include/linux/acpi_gpio.h | |||
@@ -10,9 +10,11 @@ | |||
10 | /** | 10 | /** |
11 | * struct acpi_gpio_info - ACPI GPIO specific information | 11 | * struct acpi_gpio_info - ACPI GPIO specific information |
12 | * @gpioint: if %true this GPIO is of type GpioInt otherwise type is GpioIo | 12 | * @gpioint: if %true this GPIO is of type GpioInt otherwise type is GpioIo |
13 | * @active_low: in case of @gpioint, the pin is active low | ||
13 | */ | 14 | */ |
14 | struct acpi_gpio_info { | 15 | struct acpi_gpio_info { |
15 | bool gpioint; | 16 | bool gpioint; |
17 | bool active_low; | ||
16 | }; | 18 | }; |
17 | 19 | ||
18 | #ifdef CONFIG_GPIO_ACPI | 20 | #ifdef CONFIG_GPIO_ACPI |