Changeset 44626 in vbox for trunk/include/VBox
- Timestamp:
- Feb 11, 2013 10:52:19 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83713
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/iom.h
r44573 r44626 119 119 /** All write accesses are DWORD (32-bit) sized and aligned, attempts at other 120 120 * accesses are ignored. 121 * @remarks E1000 */121 * @remarks E1000, APIC */ 122 122 #define IOMMMIO_FLAGS_WRITE_ONLY_DWORD UINT32_C(0x00000050) 123 123 /** All write accesses are DWORD (32-bit) or QWORD (64-bit) sized and aligned,
Note:
See TracChangeset
for help on using the changeset viewer.