diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-20 01:26:35 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-20 01:26:35 +0000 |
commit | c0d17d248aa60fb2d438134a792cbc028ba0fb8c (patch) | |
tree | a9c5af87730e024a3c1836c89a061901b34a8f1b /MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.h | |
parent | 6c46a5abbabc89d50d4e01bcd027c7f9bcf2f7eb (diff) | |
download | edk2-platforms-c0d17d248aa60fb2d438134a792cbc028ba0fb8c.tar.xz |
edk2/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.h:
Moving usage of 'WatchDogTimer' to 'WatchdogTimer' to match
the architectural protocol, as well as the more common usage
of 'watchdog timer' vs. 'watch dog timer'.
This change is needed for building on systems with
case-sensitive filesystems.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4709 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.h')
-rw-r--r-- | MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.h b/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.h index fd2d7c52e5..412ab887c1 100644 --- a/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.h +++ b/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.h @@ -33,7 +33,7 @@ Revision History #include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/PcdLib.h>
-#include <Protocol/WatchDogTimer.h>
+#include <Protocol/WatchdogTimer.h>
//
|