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