diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-27 02:11:49 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-27 02:11:49 +0000 |
commit | 0f25cc149a40eefdb91786a018a38056453e702b (patch) | |
tree | 66d2c40dd22458e2bfbb347f41fefec11f24beaf /DuetPkg/LegacyMetronome/Metronome.h | |
parent | 03c110536d88185e1fb37a56d194f254042f0dfd (diff) | |
download | edk2-platforms-0f25cc149a40eefdb91786a018a38056453e702b.tar.xz |
Update Metronome driver to use the IoLib instead of the CPU I/O Protocol.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6242 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/LegacyMetronome/Metronome.h')
-rw-r--r-- | DuetPkg/LegacyMetronome/Metronome.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/LegacyMetronome/Metronome.h b/DuetPkg/LegacyMetronome/Metronome.h index 87a12cbc34..df8d58d05c 100644 --- a/DuetPkg/LegacyMetronome/Metronome.h +++ b/DuetPkg/LegacyMetronome/Metronome.h @@ -27,11 +27,11 @@ Abstract: //
#include <PiDxe.h>
-#include <Protocol/CpuIo.h>
#include <Protocol/Metronome.h>
#include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h>
+#include <Library/IoLib.h>
//
// Private definitions
|