Index: /trunk/include/VBox/vscsi.h
===================================================================
--- /trunk/include/VBox/vscsi.h	(revision 43693)
+++ /trunk/include/VBox/vscsi.h	(revision 43694)
@@ -122,4 +122,16 @@
 
     /**
+     * Set the lock state of the underlying medium.
+     *
+     * @returns VBox status status code.
+     * @param   hVScsiLun        Virtual SCSI LUN handle.
+     * @param   pvScsiLunUser    Opaque user data which may
+     *                           be used to identify the medium.
+     * @param   fLocked          New lock state (locked/unlocked).
+     */
+    DECLR3CALLBACKMEMBER(int, pfnVScsiLunMediumSetLock, (VSCSILUN hVScsiLun,
+                                                         void *pvScsiLunUser,
+                                                         bool fLocked));
+    /**
      * Enqueue a read or write request from the medium.
      *
