diff options
Diffstat (limited to 'src/VBox/Devices/build/VBoxDD2.h')
-rw-r--r-- | src/VBox/Devices/build/VBoxDD2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/VBox/Devices/build/VBoxDD2.h b/src/VBox/Devices/build/VBoxDD2.h index 5a07b6f6..4cc62bcc 100644 --- a/src/VBox/Devices/build/VBoxDD2.h +++ b/src/VBox/Devices/build/VBoxDD2.h @@ -45,7 +45,9 @@ extern DECLIMPORT(const unsigned) g_cbNetBiosBinary; #endif /* !IN_VBOXDD2 */ extern const PDMDEVREG g_DeviceAPIC; extern const PDMDEVREG g_DeviceIOAPIC; +#ifndef VBOX_WITH_SMC_NEW extern const PDMDEVREG g_DeviceSMC; +#endif extern const PDMDEVREG g_DeviceLPC; RT_C_DECLS_END |