]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/acpi/acpi_table.h
acpi: Move acpi_fill_header() to the generic header
[thirdparty/u-boot.git] / include / acpi / acpi_table.h
index dbfea3be706c73fd7c6e140a578cce6323e53be7..d3fbdc1de2bab94cec90beed35929b2adfc0c322 100644 (file)
@@ -698,6 +698,14 @@ void acpi_setup_base_tables(struct acpi_ctx *ctx, void *start);
 void acpi_write_rsdp(struct acpi_rsdp *rsdp, struct acpi_rsdt *rsdt,
                     struct acpi_xsdt *xsdt);
 
+/**
+ * acpi_fill_header() - Set up a table header
+ *
+ * @header: Pointer to header to set up
+ * @signature: 4-character signature to use (e.g. "FACS")
+ */
+void acpi_fill_header(struct acpi_table_header *header, char *signature);
+
 #endif /* !__ACPI__*/
 
 #include <asm/acpi_table.h>