/* 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;
};