soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / drivers / generic / bayhub_lv2 / chip.h
blobea5c55fc7fe14345b6a8d19e78129b6631de8b22
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __DRIVERS_GENERIC_BAYHUB_LV2_CHIP_H__
4 #define __DRIVERS_GENERIC_BAYHUB_LV2_CHIP_H__
6 #include <stdbool.h>
8 /* Bayhub LV2 PCIe to SD bridge */
9 struct drivers_generic_bayhub_lv2_config {
10 bool enable_power_saving;
13 #endif /* __DRIVERS_GENERIC_BAYHUB_LV2_CHIP_H__ */