VirtualBox

Changeset 95108 in vbox for trunk/src/VBox/Devices/Serial


Ignore:
Timestamp:
May 25, 2022 8:35:20 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151589
Message:

Devices/Dev*: Replaced some leftover 'PDMBOTHCBDECL' usage with 'static DECLCALLBACK' (noexcept/c++17).

Location:
trunk/src/VBox/Devices/Serial
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DevOxPcie958.cpp

    r93115 r95108  
    287287 * @param   iLvl        IRQ level requested.
    288288 */
    289 PDMBOTHCBDECL(void) ox958IrqReq(PPDMDEVINS pDevIns, PUARTCORE pUart, unsigned iLUN, int iLvl)
     289static DECLCALLBACK(void) ox958IrqReq(PPDMDEVINS pDevIns, PUARTCORE pUart, unsigned iLUN, int iLvl)
    290290{
    291291    RT_NOREF(pUart);
  • trunk/src/VBox/Devices/Serial/DevSerial.cpp

    r93115 r95108  
    104104
    105105
    106 PDMBOTHCBDECL(void) serialIrqReq(PPDMDEVINS pDevIns, PUARTCORE pUart, unsigned iLUN, int iLvl)
     106static DECLCALLBACK(void) serialIrqReq(PPDMDEVINS pDevIns, PUARTCORE pUart, unsigned iLUN, int iLvl)
    107107{
    108108    RT_NOREF(pUart, iLUN);
Note: See TracChangeset for help on using the changeset viewer.

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