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

#include <stdbool.h>

/* Bayhub LV2 PCIe to SD bridge */
struct drivers_generic_bayhub_lv2_config {
	bool enable_power_saving;
};