Changeset 25278 in vbox for trunk/src/VBox/HostDrivers/Support/freebsd
- Timestamp:
- Dec 9, 2009 4:37:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c
r25260 r25278 600 600 } 601 601 602 #ifdef VBOX_WITH_NATIVE_R0_LOADER603 602 604 603 int VBOXCALL supdrvOSLdrOpen(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, const char *pszFilename) … … 628 627 } 629 628 630 #endif /* VBOX_WITH_NATIVE_R0_LOADER */631 629 632 630 SUPR0DECL(int) SUPR0Printf(const char *pszFormat, ...)
Note:
See TracChangeset
for help on using the changeset viewer.