efi: zboot: Use EFI protocol to remap code/data with the right attributes
[linux-2.6-microblaze.git] / drivers / firmware / efi / libstub / efistub.h
index 5388c7a..6bd3bb8 100644 (file)
@@ -1096,4 +1096,7 @@ struct efi_smbios_type1_record {
 
 const u8 *__efi_get_smbios_string(u8 type, int offset, int recsize);
 
+void efi_remap_image(unsigned long image_base, unsigned alloc_size,
+                    unsigned long code_size);
+
 #endif