Changeset 480 in vbox for trunk/include/VBox
- Timestamp:
- Jan 31, 2007 11:00:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pci.h
r476 r480 98 98 uint8_t config[256]; 99 99 100 /** Internal data. */ 101 union 102 { 103 #ifdef __PCIDEVICEINT_DECLARED__ 104 PCIDEVICEINT s; 105 #endif 106 char padding[224]; 107 } Int; 108 100 109 /** Read only data. 101 110 * @{ … … 109 118 PPDMDEVINSR3 pDevIns; 110 119 /** @} */ 111 112 /** Internal data. */113 union114 {115 #ifdef __PCIDEVICEINT_DECLARED__116 PCIDEVICEINT s;117 #endif118 char padding[224];119 } Int;120 120 } PCIDEVICE; 121 121
Note:
See TracChangeset
for help on using the changeset viewer.