Changeset 44566 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Feb 6, 2013 1:57:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r44512 r44566 1996 1996 * 1997 1997 * @returns Number of bytes transferred. 1998 * @param pDevIns Device instance of the DMA. 1999 * @param pvUser User pointer. 2000 * @param uChannel Channel number. 2001 * @param off DMA position. 2002 * @param cb Block size. 1998 * @param pDevIns Device instance of the DMA. 1999 * @param pvUser User pointer. 2000 * @param uChannel Channel number. 2001 * @param off DMA position. 2002 * @param cb Block size. 2003 * @remarks The device lock is not taken, however, the DMA device lock is held. 2003 2004 */ 2004 2005 typedef DECLCALLBACK(uint32_t) FNDMATRANSFERHANDLER(PPDMDEVINS pDevIns, void *pvUser, unsigned uChannel, uint32_t off, uint32_t cb);
Note:
See TracChangeset
for help on using the changeset viewer.