diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-05-14 19:11:44 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-05-14 19:11:44 +0000 |
commit | 2f4b7f6cb1be61f4c36a85cbf3cb12822375a4f0 (patch) | |
tree | 778c427f347d9ef819b5abf8f6014d521638d6f0 /src/include/cpu | |
parent | bf264e940e3c97b3924a2361b7149f8533f400b4 (diff) |
clean up some prototypes
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5553 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/cpu')
-rw-r--r-- | src/include/cpu/x86/smm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/cpu/x86/smm.h b/src/include/cpu/x86/smm.h index 155f666b3c..c05536488e 100644 --- a/src/include/cpu/x86/smm.h +++ b/src/include/cpu/x86/smm.h @@ -262,3 +262,5 @@ void __attribute__((weak)) cpu_smi_handler(unsigned int node, smm_state_save_are void __attribute__((weak)) northbridge_smi_handler(unsigned int node, smm_state_save_area_t *state_save); void __attribute__((weak)) southbridge_smi_handler(unsigned int node, smm_state_save_area_t *state_save); +void __attribute__((weak)) mainboard_smi_gpi(u16 gpi_sts); + |