summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/braswell/placeholders.c
blob: 71e2a634c86a1512a4a6671750dd3826c6da7a13 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#include <device/pci_rom.h>
#include <soc/acpi.h>

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