blob: aa8f3fd879b37db5bd7ed0ac229d216d3c56827d [file] [log] [blame]
John Su8fff2972021-01-21 13:22:58 +08001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <stdbool.h>
4
5/* Bayhub LV2 PCIe to SD bridge */
6struct drivers_generic_bayhub_lv2_config {
7 bool enable_power_saving;
8};