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
This commit is contained in:
jljusten 2008-02-20 01:26:35 +00:00
parent 6c46a5abba
commit c0d17d248a
1 changed files with 1 additions and 1 deletions

View File

@ -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>
//