diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-14 01:48:58 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-14 01:48:58 +0000 |
commit | 3501cc994c10dc7e743d44a7d96a56e6c89d34ab (patch) | |
tree | 3dde6d4ee56331d606432c79c511c5325e692280 /OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h | |
parent | f5f965703bc527f7bfcc1b58f04b64f940f1dd43 (diff) | |
download | edk2-platforms-3501cc994c10dc7e743d44a7d96a56e6c89d34ab.tar.xz |
Add the dependency of DevicePathLib for the reference of DevicePathLib macros.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6542 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h')
-rw-r--r-- | OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h index 5ec8a3fe17..7d3c960e10 100644 --- a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h +++ b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h @@ -32,8 +32,11 @@ #include <Library/MemoryAllocationLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/PcdLib.h>
+#include <Library/DevicePathLib.h>
+
#include <IndustryStandard/Pci22.h>
+
///
/// bit definition
///
|