aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/placeholders.c
blob: 3495c30c7258eea5073a8256c255ebe02b091a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <arch/acpi.h>
#include <cpu/cpu.h>
#include <device/pci_rom.h>
#include <soc/acpi.h>


void smm_init(void) {}

/* Rmodules don't like weak symbols. */
u32 map_oprom_vendev(u32 vendev) { return vendev; }