Index: /trunk/src/VBox/Devices/Builtins2.h
===================================================================
--- /trunk/src/VBox/Devices/Builtins2.h	(revision 29522)
+++ /trunk/src/VBox/Devices/Builtins2.h	(revision 29523)
@@ -1,9 +1,9 @@
 /* $Id$ */
 /** @file
- * Built-in drivers & devices (part 2) header.
+ * Built-in drivers & devices part 2 header.
  */
 
 /*
- * Copyright (C) 2006-2007 Oracle Corporation
+ * Copyright (C) 2006-2010 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -44,4 +44,10 @@
 extern const PDMDEVREG g_DeviceAPIC;
 extern const PDMDEVREG g_DeviceIOAPIC;
+#ifdef VBOX_WITH_SMC
+extern const PDMDEVREG g_DeviceSMC;
+#endif
+#ifdef VBOX_WITH_LPC
+extern const PDMDEVREG g_DeviceLPC;
+#endif
 
 RT_C_DECLS_END
