aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/smm_start32_offset.h.template
blob: 023bca78d7668ac73caf9ae875c8c0bd57515076 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SMM_START32_OFFSET_H
#define _SMM_START32_OFFSET_H

/* This gets filled in after building the SMM stub */
#define SMM_START32_OFFSET ##START32_OFFSET##

#endif