Enhance experimental option rom "threading" - enable preemption.
[seabios.git] / src / biosvar.h
index 7a8e33b922ba230a07c59e3dfdda0a095bf0e4fe..aeebf0fc5761bda98a4dbd23859bc6adc536fcee 100644 (file)
@@ -206,6 +206,7 @@ struct extended_bios_data_area_s {
 
     // 0x121 - Begin custom storage.
     u8 ps2ctr;
+    int RTCusers;
 
     // El Torito Emulation data
     struct cdemu_s cdemu;