X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Finclude%2Fcpu%2Fx86%2Fsmm.h;fp=src%2Finclude%2Fcpu%2Fx86%2Fsmm.h;h=a014ee0e5587163a3c9017d92248920be47a3932;hb=881a553000d001bc62085d3055c8e19075e898e2;hp=6baefcb2f7340e41f930d8ec4d273df15cdba595;hpb=6363050c3f9c450417bcb860b878891adc0f42bd;p=coreboot.git diff --git a/src/include/cpu/x86/smm.h b/src/include/cpu/x86/smm.h index 6baefcb2f..a014ee0e5 100644 --- a/src/include/cpu/x86/smm.h +++ b/src/include/cpu/x86/smm.h @@ -254,5 +254,7 @@ void io_trap_handler(int smif); int southbridge_io_trap_handler(int smif); int mainboard_io_trap_handler(int smif); -void southbridge_smi_handler(unsigned int node, smm_state_save_area_t *state_save); +void __attribute__((weak)) cpu_smi_handler(unsigned int node, smm_state_save_area_t *state_save); +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);