summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/denverton_ns/include/soc/smm.h
blob: ed337ed6121034f86f807cbc7e65a5f651afc241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#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_ */