blob: aa8f3fd879b37db5bd7ed0ac229d216d3c56827d [file] [log] [blame]
/* 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;
};