diff options
Diffstat (limited to 'src/include/cpu/x86')
-rw-r--r-- | src/include/cpu/x86/smm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/cpu/x86/smm.h b/src/include/cpu/x86/smm.h index d7b68e5db8..67f958b8af 100644 --- a/src/include/cpu/x86/smm.h +++ b/src/include/cpu/x86/smm.h @@ -29,6 +29,9 @@ #define APM_CNT_ELOG_GSMI 0xef #define APM_STS 0xb3 +/* Send cmd to APM_CNT with HAVE_SMI_HANDLER checking. */ +int apm_control(u8 cmd); + void io_trap_handler(int smif); int southbridge_io_trap_handler(int smif); int mainboard_io_trap_handler(int smif); |