ACPI_RESOURCE_GPIO_TYPE_INT
if (gpio->connection_type == ACPI_RESOURCE_GPIO_TYPE_INT) {
if (gpio->connection_type != ACPI_RESOURCE_GPIO_TYPE_INT)
if (agpio->connection_type == ACPI_RESOURCE_GPIO_TYPE_INT)
bool gpioint = agpio->connection_type == ACPI_RESOURCE_GPIO_TYPE_INT;