Changeset 69429 in vbox for trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxFsDxe.c
- Timestamp:
- Oct 27, 2017 1:27:03 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118763
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxFsDxe.c
r62500 r69429 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include <Protocol/ComponentName.h> 31 32 #include <Protocol/ComponentName2.h> … … 38 39 #include <IndustryStandard/Pci22.h> 39 40 40 /******************************************************************************* 41 * Internal Functions * 42 *******************************************************************************/ 41 42 /********************************************************************************************************************************* 43 * Internal Functions * 44 *********************************************************************************************************************************/ 43 45 static EFI_STATUS EFIAPI 44 46 VBoxFsDB_Supported(IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle,
Note:
See TracChangeset
for help on using the changeset viewer.