Changeset 81366 in vbox for trunk/include/VBox
- Timestamp:
- Oct 18, 2019 6:54:51 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134079
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmpci.h
r81364 r81366 156 156 * @thread EMT thread. 157 157 */ 158 159 158 DECLR3CALLBACKMEMBER(int, pfnPioRead, (PPDMIPCIRAWUP pInterface, 160 159 RTIOPORT uPort, … … 164 163 165 164 /** 166 * Request MMIO write. This callback is only called if driver wants to receive MMIO via 167 * pu32Flags argument of pfnPciDeviceConstructStart(). 165 * Request MMIO write. 166 * 167 * This callback is only called if driver wants to receive MMIO via pu32Flags 168 * argument of pfnPciDeviceConstructStart(). 168 169 * 169 170 * @returns status code
Note:
See TracChangeset
for help on using the changeset viewer.