blob: 9a08e6f3f40b7308f01559138e9482df4ad178f2 [file] [log] [blame]
Martin Roth433659a2014-05-12 21:55:00 -06001
2#include <arch/acpi.h>
3#include <cpu/cpu.h>
4#include <device/pci_rom.h>
Ben Gardnerfa6014a2015-12-08 21:20:25 -06005#include <soc/acpi.h>
Martin Roth433659a2014-05-12 21:55:00 -06006
7
8void acpi_create_serialio_ssdt(acpi_header_t *ssdt) {}
9
10#if IS_ENABLED(CONFIG_HAVE_SMI_HANDLER)
11void smm_init(void) {}
12#endif
13
14/* Rmodules don't like weak symbols. */
15u32 map_oprom_vendev(u32 vendev) { return vendev; }