drivers: Get rid of unnecessary blank lines {before,after} brace
[coreboot.git] / src / drivers / generic / max98357a / chip.h
blob66ebecfc5f2309e36d9ebb4323ecab329da08bae
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <acpi/acpi_device.h>
5 struct drivers_generic_max98357a_config {
6 /* ACPI _HID */
7 const char *hid;
9 /* SDMODE GPIO */
10 struct acpi_gpio sdmode_gpio;
12 /* SDMODE Delay */
13 unsigned int sdmode_delay;
15 /* GPIO used to indicate if this device is present */
16 unsigned int device_present_gpio;
17 unsigned int device_present_gpio_invert;