--- zzzz-none-000/linux-4.9.279/include/linux/mmc/card.h 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/include/linux/mmc/card.h 2023-02-08 10:58:16.000000000 +0000 @@ -7,6 +7,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 @@ -122,6 +130,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 {