--- zzzz-none-000/linux-5.15.111/include/linux/mmc/card.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/include/linux/mmc/card.h 2024-02-07 09:28:07.000000000 +0000 @@ -4,6 +4,14 @@ * * Card driver specific definitions. */ + +/****************************************************************** + + Includes Intel Corporation's changes/modifications dated: 07/2011. + Changed/modified portions - Copyright(c) 2011-2014, Intel Corporation. + +******************************************************************/ + #ifndef LINUX_MMC_CARD_H #define LINUX_MMC_CARD_H @@ -127,6 +135,11 @@ unsigned int feature_support; #define MMC_DISCARD_FEATURE BIT(0) /* CMD38 feature */ +#ifdef CONFIG_ARCH_GEN3 + unsigned char boot_size_mult; + unsigned char boot_config; + unsigned long gp_size[4]; +#endif }; struct sd_scr {