soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / drivers / generic / bayhub_lv2 / chip.h
blobaa8f3fd879b37db5bd7ed0ac229d216d3c56827d
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <stdbool.h>
5 /* Bayhub LV2 PCIe to SD bridge */
6 struct drivers_generic_bayhub_lv2_config {
7 bool enable_power_saving;
8 };