coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smmrelocate.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef _SOC_SMMRELOCATE_H_
4 #define _SOC_SMMRELOCATE_H_
5 
6 void get_smm_info(uintptr_t *perm_smbase, size_t *perm_smsize,
7  size_t *smm_save_state_size);
8 
9 #endif
void get_smm_info(uintptr_t *perm_smbase, size_t *perm_smsize, size_t *smm_save_state_size)
Definition: smm_relocate.c:29
unsigned long uintptr_t
Definition: stdint.h:21