]> git.sur5r.net Git - u-boot/blobdiff - include/efi_loader.h
ddr: altera: Add ECC DRAM scrubbing support for Arria10
[u-boot] / include / efi_loader.h
index c66252a7dd2accc4be5be86260f38fd49fc02281..d837e7b157fda8167b1889e9ef9079f9ce2c877d 100644 (file)
@@ -214,6 +214,14 @@ efi_status_t efi_net_register(void);
 /* Called by bootefi to make the watchdog available */
 efi_status_t efi_watchdog_register(void);
 /* Called by bootefi to make SMBIOS tables available */
+/**
+ * efi_acpi_register() - write out ACPI tables
+ *
+ * Called by bootefi to make ACPI tables available
+ *
+ * @return 0 if OK, -ENOMEM if no memory is available for the tables
+ */
+efi_status_t efi_acpi_register(void);
 /**
  * efi_smbios_register() - write out SMBIOS tables
  *