]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Include/Protocol/TimerDebugSupport.h
Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can link...
[mirror_edk2.git] / ArmPkg / Include / Protocol / TimerDebugSupport.h
diff --git a/ArmPkg/Include/Protocol/TimerDebugSupport.h b/ArmPkg/Include/Protocol/TimerDebugSupport.h
deleted file mode 100644 (file)
index ca2601e..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-/** @file\r
-\r
-  Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
-\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-**/\r
-\r
-#ifndef __TIMERDEBUGSUPPORTPROTOCOL_H__\r
-#define __TIMERDEBUGSUPPORTPROTOCOL_H__\r
-\r
-//\r
-// Protocol GUID\r
-//\r
-#define TIMER_DEBUG_PROTOCOL_GUID { 0x68300561, 0x0197, 0x465d, { 0xb5, 0xa1, 0x28, 0xeb, 0xa1, 0x98, 0xdd, 0x0b } }\r
-\r
-\r
-\r
-//\r
-// Protocol interface structure\r
-//\r
-typedef struct _TIMER_DEBUG_SUPPORT_PROTOCOL  TIMER_DEBUG_SUPPORT_PROTOCOL;\r
-\r
-\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *TIMER_DEBUG_SUPPORT_REGISTER_PERIODIC_CALLBACK) (\r
-  IN  TIMER_DEBUG_SUPPORT_PROTOCOL  *This,\r
-  IN  EFI_PERIODIC_CALLBACK         PeriodicCallback\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-  Register a periodic callback for debug support.\r
-\r
-Arguments:\r
-  This              - pointer to protocol\r
-  PeriodicCallback  - callback to be registered\r
-  \r
-Returns:\r
-  EFI_SUCCESS - callback registered\r
-\r
---*/\r
-;\r
-\r
-struct _TIMER_DEBUG_SUPPORT_PROTOCOL {\r
-  TIMER_DEBUG_SUPPORT_REGISTER_PERIODIC_CALLBACK  RegisterPeriodicCallback;\r
-};\r
-\r
-extern EFI_GUID gTimerDebugSupportProtocolGuid;\r
-\r
-#endif // __TIMERDEBUGSUPPORTPROTOCOL_H__\r
-\r