VirtualBox

Changeset 75593 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 19, 2018 6:42:26 PM (6 years ago)
Author:
vboxsync
Message:

VMMDev: Trying to please doxygen weirdness. bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r75591 r75593  
    30383038
    30393039/**
    3040  * @callback_method_impl{FNIOMIOPORTOUT,
    3041  * Port I/O write handler for requests that can be handled w/o going to ring-3.}
     3040 * @callback_method_impl{FNIOMIOPORTOUT, Port I/O write handler for requests
     3041 * that can be handled w/o going to ring-3.}
    30423042 */
    30433043PDMBOTHCBDECL(int) vmmdevFastRequestHandler(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb)
     
    31363136
    31373137/**
    3138  * @callback_method_impl{FNIOMIOPORTIN,
    3139  * Port I/O read handler for IRQ acknowledging and getting pending events (same
    3140  * as VMMDevReq_AcknowledgeEvents, just faster).}
     3138 * @callback_method_impl{FNIOMIOPORTIN, Port I/O read handler for IRQ
     3139 * acknowledging and getting pending events (same as
     3140 * VMMDevReq_AcknowledgeEvents, just faster).}
    31413141 */
    31423142PDMBOTHCBDECL(int) vmmdevFastRequestIrqAck(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t *pu32, unsigned cb)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette