summaryrefslogtreecommitdiff
path: root/include/VBox/vmm/pdmcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/VBox/vmm/pdmcommon.h')
-rw-r--r--include/VBox/vmm/pdmcommon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/VBox/vmm/pdmcommon.h b/include/VBox/vmm/pdmcommon.h
index c4e1be26..d62210a0 100644
--- a/include/VBox/vmm/pdmcommon.h
+++ b/include/VBox/vmm/pdmcommon.h
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2006-2010 Oracle Corporation
+ * Copyright (C) 2006-2013 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
@@ -109,7 +109,7 @@ typedef FNPDMUSBASYNCNOTIFY *PFNPDMUSBASYNCNOTIFY;
* @returns true if done, false if more work to be done.
*
* @param pDevIns The device instance.
- *
+ * @remarks The caller will enter the device critical section.
* @thread EMT(0)
*/
typedef DECLCALLBACK(bool) FNPDMDEVASYNCNOTIFY(PPDMDEVINS pDevIns);