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

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