• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 struct acpi_rsdp;
4 
5 unsigned long mainboard_write_acpi_tables(const struct device *device,
6 					  unsigned long start,
7 					  struct acpi_rsdp *rsdp);
8