summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/denverton_ns/include/soc/smm.h
blob: 604ff522b5dd5dcdb5646a69772d004e7389078a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef _DENVERTON_NS_SMM_H_
#define _DENVERTON_NS_SMM_H_

struct smm_relocation_attrs {
	uint32_t smbase;
	uint32_t smrr_base;
	uint32_t smrr_mask;
};

#endif /* _DENVERTON_NS_SMM_H_ */