Changeset 41067 in vbox for trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
- Timestamp:
- Apr 26, 2012 11:36:57 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77635
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r40894 r41067 734 734 735 735 736 void VBOXCALL supdrvOSLdrNotifyOpened(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage) 737 { 738 NOREF(pDevExt); NOREF(pImage); 739 } 740 741 736 742 int VBOXCALL supdrvOSLdrValidatePointer(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, void *pv, const uint8_t *pbImageBits) 737 743 {
Note:
See TracChangeset
for help on using the changeset viewer.