mirror of https://github.com/acidanthera/audk.git
sync filename exactly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5488 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1db1f6adb4
commit
e89cde87a5
|
@ -38,7 +38,7 @@
|
|||
#include <Library/DevicePathLib.h>
|
||||
|
||||
#include <IndustryStandard/Pci22.h>
|
||||
#include "idedata.h"
|
||||
#include "IdeData.h"
|
||||
|
||||
//
|
||||
// Extra Definition to porting
|
||||
|
@ -115,7 +115,7 @@ extern EFI_DRIVER_BINDING_PROTOCOL gIDEBusDriverBinding;
|
|||
extern EFI_DRIVER_DIAGNOSTICS_PROTOCOL gIDEBusDriverDiagnostics;
|
||||
extern EFI_DRIVER_DIAGNOSTICS2_PROTOCOL gIDEBusDriverDiagnostics2;
|
||||
|
||||
#include "ide.h"
|
||||
#include "Ide.h"
|
||||
|
||||
//
|
||||
// Prototypes
|
||||
|
|
Loading…
Reference in New Issue