repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
docs: Add 24.12 release notes
[coreboot2.git]
/
src
/
soc
/
ibm
/
power9
/
rom_media.c
blob
c07af1bbf0b63111dfe7ed46fb100752e97175a5
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <boot_device.h>
4
5
const struct
region_device
*
boot_device_ro
(
void
)
6
{
7
return
NULL
;
8
}