Changeset 58340 in vbox for trunk/src/VBox/HostDrivers/VBoxPci/linux
- Timestamp:
- Oct 20, 2015 1:58:41 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103540
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
r57594 r58340 883 883 * @param iIrq The IRQ number. 884 884 * @param pvDevId The device ID, a pointer to PVBOXRAWPCIINS. 885 * @param p vRegsRegister set. Removed in 2.6.19.885 * @param pRegs Register set. Removed in 2.6.19. 886 886 */ 887 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 19) 887 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 19) && !defined(DOXYGEN_RUNNING) 888 888 static irqreturn_t vboxPciOsIrqHandler(int iIrq, void *pvDevId) 889 889 #else
Note:
See TracChangeset
for help on using the changeset viewer.