Changeset 81139 in vbox for trunk/src/VBox
- Timestamp:
- Oct 8, 2019 9:54:24 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133772
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevRTC.cpp
r81136 r81139 346 346 347 347 /** 348 * @callback_method_impl{FNIOMIOPORT IN}348 * @callback_method_impl{FNIOMIOPORTNEWIN} 349 349 */ 350 350 PDMBOTHCBDECL(VBOXSTRICTRC) rtcIOPortRead(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT offPort, uint32_t *pu32, unsigned cb) … … 406 406 407 407 /** 408 * @callback_method_impl{FNIOMIOPORT OUT}408 * @callback_method_impl{FNIOMIOPORTNEWOUT} 409 409 */ 410 410 PDMBOTHCBDECL(VBOXSTRICTRC) rtcIOPortWrite(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT offPort, uint32_t u32, unsigned cb)
Note:
See TracChangeset
for help on using the changeset viewer.