video: add guards around 16bpp/32bbp code
[oweals/u-boot.git] / include / efi.h
index 3c9d20f8c0b6b518e4bb3ab20e0871729e59b280..5f415a99cc9002413ce10f821c273b35e4186c04 100644 (file)
@@ -168,6 +168,10 @@ enum efi_mem_type {
         * part of the processor.
         */
        EFI_PAL_CODE,
+       /*
+        * Non-volatile memory.
+        */
+       EFI_PERSISTENT_MEMORY_TYPE,
 
        EFI_MAX_MEMORY_TYPE,
        EFI_TABLE_END,  /* For efi_build_mem_table() */