Index: /trunk/src/VBox/Devices/Serial/UartCore.h
===================================================================
--- /trunk/src/VBox/Devices/Serial/UartCore.h	(revision 73135)
+++ /trunk/src/VBox/Devices/Serial/UartCore.h	(revision 73136)
@@ -202,4 +202,5 @@
  * @returns VBox status code.
  * @param   pThis               The UART core instance to initialize.
+ * @param   pDevInsR3           The R3 device instance pointer.
  * @param   enmType             The type of UART emulated.
  * @param   iLUN                The LUN the UART should look for attached drivers.
@@ -234,4 +235,5 @@
  * @returns VBox status code.
  * @param   pThis               The UART core instance.
+ * @param   iLUN                The LUN being attached.
  */
 DECLHIDDEN(int) uartR3Attach(PUARTCORE pThis, unsigned iLUN);
