Changeset 491 in vbox for trunk/src/VBox
- Timestamp:
- Jan 31, 2007 11:26:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r1 r491 38 38 39 39 /* the compiled DSL */ 40 #if def IN_RING340 #if defined(IN_RING3) && !defined(VBOX_DEVICE_STRUCT_TESTCASE) 41 41 #include <vboxaml.hex> 42 42 #endif /* !IN_RING3 */ … … 159 159 uint16_t pm1a_sts; 160 160 uint16_t pm1a_ctl; 161 uint16_t Alignment0; 161 162 int64_t pm_timer_initial; 162 163 PTMTIMERHC tsHC; … … 183 184 PDMIACPIPORT IACPIPort; 184 185 /** Pointer to the device instance. */ 185 PPDMDEVINS 186 PPDMDEVINSR3 pDevIns; 186 187 /** Pointer to the driver base interface */ 187 PPDMIBASEpDrvBase;188 R3PTRTYPE(PPDMIBASE) pDrvBase; 188 189 /** Pointer to the driver connector interface */ 189 PPDMIACPICONNECTORpDrv;190 R3PTRTYPE(PPDMIACPICONNECTOR) pDrv; 190 191 }; 191 192 … … 401 402 #pragma pack() 402 403 404 405 #ifndef VBOX_DEVICE_STRUCT_TESTCASE 403 406 __BEGIN_DECLS 404 407 IO_READ_PROTO (acpiPMTmrRead); … … 1748 1751 1749 1752 #endif /* IN_RING3 */ 1753 #endif /* !VBOX_DEVICE_STRUCT_TESTCASE */ 1754
Note:
See TracChangeset
for help on using the changeset viewer.