summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/include/soc/smmrelocate.h
blob: 314ebd49dbf31c3f7f3e8e72701da48780b93fe4 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef _SOC_SMMRELOCATE_H_
#define _SOC_SMMRELOCATE_H_

void get_smm_info(uintptr_t *perm_smbase, size_t *perm_smsize,
		  size_t *smm_save_state_size);

#endif