repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ec/google/chromeec: Define ACPI_NOTIFY_CROS_EC_MKBP constant
[coreboot.git]
/
src
/
soc
/
intel
/
baytrail
/
placeholders.c
blob
15514f97379712c21288543a3c63596940f2eaa7
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <device/pci_rom.h>
4
#include <soc/acpi.h>
5
6
/* Rmodules don't like weak symbols. */
7
u32
map_oprom_vendev
(
u32 vendev
) {
return
vendev
; }