Changeset 63343 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 11, 2016 4:35:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c
r63339 r63343 399 399 * 400 400 * @returns NetBSD error code. 401 * @param pDevice Pointer to the device info structure. 402 * @param pvState Pointer to the state info structure. 401 * @param vboxguest Pointer to the state info structure. 403 402 */ 404 403 static int VBoxGuestNetBSDAddIRQ(vboxguest_softc *vboxguest) … … 429 428 * Removes IRQ for VMMDev. 430 429 * 431 * @param pDevice Pointer to the device info structure. 432 * @param pvState Opaque pointer to the state info structure. 430 * @param vboxguest Opaque pointer to the state info structure. 433 431 */ 434 432 static void VBoxGuestNetBSDRemoveIRQ(vboxguest_softc *vboxguest)
Note:
See TracChangeset
for help on using the changeset viewer.