This is a general cleanup patch
[coreboot.git] / src / include / cpu / cpu.h
index 053e319d17d1493f8b0a17c65c7176cdd61eac31..b64fd3ce2c639bce9e71b49dde99dbebc4c5c23e 100644 (file)
@@ -17,6 +17,8 @@ void secondary_cpu_init(void);
 
 #if CONFIG_HAVE_SMI_HANDLER
 void smm_init(void);
+void smm_lock(void);
+void smm_setup_structures(void *gnvs, void *tcg, void *smi1);
 #endif
 
 #define __cpu_driver __attribute__ ((used,__section__(".rodata.cpu_driver")))