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
MAINTAINERS: Add Yuchi and Vasiliy for Intel Atom Snow Ridge SoC
[coreboot2.git]
/
src
/
security
/
vboot
/
symbols.h
blob
59eb7943c316a59777236d0c9421192438f68c01
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef __VBOOT_SYMBOLS_H__
4
#define __VBOOT_SYMBOLS_H__
5
6
#include <symbols.h>
7
8
DECLARE_REGION
(
vboot2_work
)
9
10
#endif
/* __VBOOT_SYMBOLS_H__ */