docs: Add 24.12 release notes
[coreboot2.git] / src / drivers / generic / alc1015 / chip.h
blob16b0d22cd854e52dec34f1963d31baa0419b479e
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __DRIVERS_GENERIC_ALC1015_CHIP_H__
4 #define __DRIVERS_GENERIC_ALC1015_CHIP_H__
6 #include <acpi/acpi_device.h>
8 struct drivers_generic_alc1015_config {
9 const char *hid; /* ACPI _HID */
10 struct acpi_gpio sdb; /* SDMODE GPIO */
13 #endif /* __DRIVERS_GENERIC_ALC1015_CHIP_H__ */