X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPlatformPkg%2FDrivers%2FSP805WatchdogDxe%2FSP805Watchdog.c;fp=ArmPlatformPkg%2FDrivers%2FSP805WatchdogDxe%2FSP805Watchdog.c;h=799ead96861ac46e552f61a3d702e6abd3a94e2b;hp=d1da60b5ac7507e021d4e2b4a7b5d68db2aac766;hb=b2ce4a396135c666e613d3608f342c217c62750e;hpb=62436c2162f2201eb105169b414719705adb7e3e diff --git a/ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805Watchdog.c b/ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805Watchdog.c index d1da60b5ac..799ead9686 100644 --- a/ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805Watchdog.c +++ b/ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805Watchdog.c @@ -1,6 +1,6 @@ /** @file * -* Copyright (c) 2011-2012, ARM Limited. All rights reserved. +* Copyright (c) 2011-2013, ARM Limited. All rights reserved. * * This program and the accompanying materials * are licensed and made available under the terms and conditions of the BSD License @@ -36,7 +36,7 @@ EFI_EVENT EfiExitBootServicesEvent = (EFI_EVENT)NULL; i.e. it inhibits all writes to avoid rogue software accidentally corrupting their contents. **/ -inline +STATIC VOID SP805Unlock ( VOID @@ -54,7 +54,7 @@ SP805Unlock ( i.e. it inhibits all writes to avoid rogue software accidentally corrupting their contents. **/ -inline +STATIC VOID SP805Lock ( VOID @@ -69,7 +69,7 @@ SP805Lock ( /** Stop the SP805 watchdog timer from counting down by disabling interrupts. **/ -inline +STATIC VOID SP805Stop ( VOID @@ -86,7 +86,7 @@ SP805Stop ( The count down will start from the value stored in the Load register, not from the value where it was previously stopped. **/ -inline +STATIC VOID SP805Start ( VOID