Changeset 95108 in vbox for trunk/src/VBox/Devices/Serial
- Timestamp:
- May 25, 2022 8:35:20 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151589
- Location:
- trunk/src/VBox/Devices/Serial
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DevOxPcie958.cpp
r93115 r95108 287 287 * @param iLvl IRQ level requested. 288 288 */ 289 PDMBOTHCBDECL(void) ox958IrqReq(PPDMDEVINS pDevIns, PUARTCORE pUart, unsigned iLUN, int iLvl)289 static DECLCALLBACK(void) ox958IrqReq(PPDMDEVINS pDevIns, PUARTCORE pUart, unsigned iLUN, int iLvl) 290 290 { 291 291 RT_NOREF(pUart); -
trunk/src/VBox/Devices/Serial/DevSerial.cpp
r93115 r95108 104 104 105 105 106 PDMBOTHCBDECL(void) serialIrqReq(PPDMDEVINS pDevIns, PUARTCORE pUart, unsigned iLUN, int iLvl)106 static DECLCALLBACK(void) serialIrqReq(PPDMDEVINS pDevIns, PUARTCORE pUart, unsigned iLUN, int iLvl) 107 107 { 108 108 RT_NOREF(pUart, iLUN);
Note:
See TracChangeset
for help on using the changeset viewer.