diff options
Diffstat (limited to 'src/vendorcode/amd/fsp/cezanne/FspUsb.h')
-rw-r--r-- | src/vendorcode/amd/fsp/cezanne/FspUsb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vendorcode/amd/fsp/cezanne/FspUsb.h b/src/vendorcode/amd/fsp/cezanne/FspUsb.h index 6563cacc81..fea1fee3bd 100644 --- a/src/vendorcode/amd/fsp/cezanne/FspUsb.h +++ b/src/vendorcode/amd/fsp/cezanne/FspUsb.h @@ -3,6 +3,9 @@ #include <FspUpd.h> +#define FSP_USB_STRUCT_MAJOR_VERSION 0xd +#define FSP_USB_STRUCT_MINOR_VERSION 0x6 + #define USB2_PORT_COUNT 8 #define USB3_PORT_COUNT 4 #define USBC_COMBO_PHY_COUNT 2 |