blob: 8ae02ae3c2450a012c04cfa4c74171a6ca4f983c [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef __DRIVERS_GENERIC_GPIO_REGULATOR_H__
#define __DRIVERS_GENERIC_GPIO_REGULATOR_H__
#include <arch/acpi_device.h>
struct drivers_generic_gpio_regulator_config {
const char *name;
struct acpi_gpio gpio;
bool enabled_on_boot;
};
#endif /* __DRIVERS_GENERIC_GPIO_REGULATOR_H__ */