drivers/uart: Replace 'unsigned long int' by 'unsigned long'
[coreboot2.git] / src / drivers / soundwire / max98363 / chip.h
blob625fc8c73912d3a640e48176bfe1e8aef91ad19f
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __DRIVERS_SOUNDWIRE_MAX98363_CHIP_H__
4 #define __DRIVERS_SOUNDWIRE_MAX98363_CHIP_H__
6 #include <acpi/acpi.h>
8 struct drivers_soundwire_max98363_config {
9 char acpi_name[ACPI_NAME_BUFFER_SIZE]; /* Set by the acpi_name ops */
10 const char *desc;
13 #endif /* __DRIVERS_SOUNDWIRE_MAX98363_CHIP_H__ */