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
drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git]
/
src
/
cpu
/
x86
/
smm_start32_offset.h.template
blob
023bca78d7668ac73caf9ae875c8c0bd57515076
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef _SMM_START32_OFFSET_H
4
#define _SMM_START32_OFFSET_H
5
6
/* This gets filled in after building the SMM stub */
7
#define SMM_START32_OFFSET ##START32_OFFSET##
8
9
#endif