]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Include/Drivers/SP805Watchdog.h
ArmPlatformPkg/SP805Watchdog.h: Removed the DXE function declarations from the header
[mirror_edk2.git] / ArmPlatformPkg / Include / Drivers / SP805Watchdog.h
index 60c02be139d4aaa133bb27b76633d2f6c1135725..4d5e145d8b0bcbddacaf10395f33bb70f355b121 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 *\r
-*  Copyright (c) 2011, ARM Limited. All rights reserved.\r
+*  Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
 *\r
 *  This program and the accompanying materials\r
 *  are licensed and made available under the terms and conditions of the BSD License\r
 #define SP805_WDOG_LOCK_IS_LOCKED       0x00000001\r
 #define SP805_WDOG_SPECIAL_UNLOCK_CODE  0x1ACCE551\r
 \r
-VOID\r
-EFIAPI\r
-ExitBootServicesEvent (\r
-  IN EFI_EVENT  Event,\r
-  IN VOID       *Context\r
-);\r
-\r
-EFI_STATUS\r
-EFIAPI\r
-SP805SetTimerPeriod (\r
-  IN CONST EFI_WATCHDOG_TIMER_ARCH_PROTOCOL   *This,\r
-  IN UINT64                                   TimerPeriod   // In 100ns units\r
-);\r
-\r
-EFI_STATUS\r
-EFIAPI\r
-SP805GetTimerPeriod (\r
-  IN CONST EFI_WATCHDOG_TIMER_ARCH_PROTOCOL   *This,\r
-  OUT UINT64                                  *TimerPeriod\r
-);\r
-\r
-EFI_STATUS\r
-EFIAPI\r
-SP805RegisterHandler (\r
-  IN CONST EFI_WATCHDOG_TIMER_ARCH_PROTOCOL   *This,\r
-  IN EFI_WATCHDOG_TIMER_NOTIFY                NotifyFunction\r
-);\r
-\r
-EFI_STATUS\r
-SP805Initialize (\r
-  VOID\r
-);\r
-\r
-EFI_STATUS\r
-EFIAPI\r
-SP805InstallProtocol (\r
-  IN EFI_HANDLE         ImageHandle,\r
-  IN EFI_SYSTEM_TABLE   *SystemTable\r
-);\r
-\r
-\r
 #endif  // __SP805_WATCHDOG_H__\r