Changeset 57372 in vbox for trunk/src/VBox/HostDrivers/VBoxPci/linux
- Timestamp:
- Aug 14, 2015 10:01:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
r56293 r57372 16 16 */ 17 17 18 /******************************************************************************* 19 * Header Files * 20 *******************************************************************************/ 18 19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 21 22 #include "the-linux-kernel.h" 22 23 #include "version-generated.h" … … 53 54 54 55 55 /******************************************************************************* 56 * Internal Functions*57 56 /********************************************************************************************************************************* 57 * Internal Functions * 58 *********************************************************************************************************************************/ 58 59 static int VBoxPciLinuxInit(void); 59 60 static void VBoxPciLinuxUnload(void); 60 61 61 /******************************************************************************* 62 * Global Variables * 63 *******************************************************************************/ 62 63 /********************************************************************************************************************************* 64 * Global Variables * 65 *********************************************************************************************************************************/ 64 66 static VBOXRAWPCIGLOBALS g_VBoxPciGlobals; 65 67
Note:
See TracChangeset
for help on using the changeset viewer.