• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __DRIVERS_GENERIC_ALC1015_CHIP_H__
4 #define __DRIVERS_GENERIC_ALC1015_CHIP_H__
5 
6 #include <acpi/acpi_device.h>
7 
8 struct drivers_generic_alc1015_config {
9 	const char *hid;	/* ACPI _HID */
10 	struct acpi_gpio sdb;	/* SDMODE GPIO */
11 };
12 
13 #endif /* __DRIVERS_GENERIC_ALC1015_CHIP_H__ */
14