Changeset 20374 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Jun 8, 2009 12:43:21 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48298
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r20367 r20374 215 215 * Internal Functions * 216 216 *******************************************************************************/ 217 RT_ BEGIN_DECLS217 RT_C_DECLS_BEGIN 218 218 219 219 PDMBOTHCBDECL(void) pciSetIrq(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, int iIrq, int iLevel); … … 228 228 #endif 229 229 230 RT_ END_DECLS230 RT_C_DECLS_END 231 231 232 232 #define DEBUG_PCI
Note:
See TracChangeset
for help on using the changeset viewer.