Changeset 90944 in vbox for trunk/src/VBox
- Timestamp:
- Aug 27, 2021 10:29:03 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146582
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r90930 r90944 141 141 static void VBoxDevRelease(struct device *pDev); 142 142 #endif 143 #if RTLNX_VER_MIN(5,0,0) 143 144 static int supdrvLinuxLdrModuleNotifyCallback(struct notifier_block *pBlock, 144 145 unsigned long uModuleState, void *pvModule); 146 #endif 145 147 146 148
Note:
See TracChangeset
for help on using the changeset viewer.