Changeset 99745 in vbox for trunk/include/VBox/vmm/pdmdev.h
- Timestamp:
- May 11, 2023 10:08:10 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r99743 r99745 2525 2525 * 2526 2526 * @param pDevIns The device instance to register the ports with. 2527 * @param Port The port to write to.2528 * @param u32Value The value to write.2527 * @param Port The port to read from. 2528 * @param pu32Value Where to store the read value. 2529 2529 * @param cbValue The size of the register to read in bytes. 1, 2 or 4 bytes. 2530 2530 * … … 2547 2547 * @param Port The port to write to. 2548 2548 * @param u32Value The value to write. 2549 * @param cbValue The size of the register to readin bytes. 1, 2 or 4 bytes.2549 * @param cbValue The size of the register to write in bytes. 1, 2 or 4 bytes. 2550 2550 * 2551 2551 * @thread EMT
Note:
See TracChangeset
for help on using the changeset viewer.