Changeset 89274 in vbox for trunk/include
- Timestamp:
- May 25, 2021 2:57:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pci.h
r88482 r89274 230 230 231 231 232 /** 233 * PCI Memory Request with Address Type. 234 * In accordance with the PCI ATS spec. 235 * See PCI ATS spec. 2.1."Memory Requests with Address Type". 236 */ 237 typedef enum PCIADDRTYPE 238 { 239 /** Untranslated request. */ 240 PCIADDRTYPE_UNTRANSLATED = 0x0, 241 /** Translation request. */ 242 PCIADDRTYPE_TRANSLATION, 243 /** Translated requested. */ 244 PCIADDRTYPE_TRANSLATED, 245 /** Reserved. */ 246 PCIADDRTYPE_RSVD 247 } PCIADDRTYPE; 248 232 249 233 250 /** @name PCI Configuration Space Registers
Note:
See TracChangeset
for help on using the changeset viewer.