efi: Add unaccepted memory support
[linux-2.6-microblaze.git] / include / linux / efi.h
index 8ffe451..67cb72d 100644 (file)
@@ -646,6 +646,7 @@ extern struct efi {
        unsigned long                   tpm_final_log;          /* TPM2 Final Events Log table */
        unsigned long                   mokvar_table;           /* MOK variable config table */
        unsigned long                   coco_secret;            /* Confidential computing secret table */
+       unsigned long                   unaccepted;             /* Unaccepted memory table */
 
        efi_get_time_t                  *get_time;
        efi_set_time_t                  *set_time;