summaryrefslogtreecommitdiff
path: root/src/drivers/generic/nau8315/chip.h
blob: aa194bb3e9950809a98235fc81cb3229a6539f4b (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

#include <acpi/acpi_device.h>

struct drivers_generic_nau8315_config {
	/* ENABLE GPIO */
	struct acpi_gpio enable_gpio;
};