blob: 8493e3821e99700fbc55975e343b6ec6d0c68a7b [file] [log] [blame]
Martin Rothebabfad2016-04-10 11:09:16 -06001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2013 Google Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 */
Lee Leahy77ff0b12015-05-05 15:07:29 -070015
16#include <arch/acpi.h>
17#include <cpu/cpu.h>
18#include <device/pci_rom.h>
19#include <soc/acpi.h>
20
Lee Leahy77ff0b12015-05-05 15:07:29 -070021/* Rmodules don't like weak symbols. */
22u32 map_oprom_vendev(u32 vendev) { return vendev; }