Separate SMM code into its own file (smm.c from rombios32.c).
[seabios.git] / src / util.h
index 30c396aa943c518605955fd149cb46b35c04db9c..0522d1460dd67dccb72367b5141e7a4041f741e5 100644 (file)
@@ -190,6 +190,9 @@ void make_bios_readonly();
 // rombios32.c
 void rombios32_init(void);
 
+// smm.c
+void smm_init();
+
 // boot.c
 void printf_bootdev(u16 bootdev);