mirror of https://github.com/acidanthera/audk.git
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:
parent
6c46a5abba
commit
c0d17d248a
|
@ -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>
|
||||
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue