]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Protocol/DebugSupportPeriodicCallback.h
EmbeddedPkg: delete unused Pcds and guids
[mirror_edk2.git] / EmbeddedPkg / Include / Protocol / DebugSupportPeriodicCallback.h
diff --git a/EmbeddedPkg/Include/Protocol/DebugSupportPeriodicCallback.h b/EmbeddedPkg/Include/Protocol/DebugSupportPeriodicCallback.h
deleted file mode 100644 (file)
index 3d95f93..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/** @file\r
-  Protocol is used to help implement DebugSupport.RegisterPeriodicCallback() functionality.\r
-  This enables the DXE timer driver to support the periodic callback function so the\r
-  DebugSupport driver does not need to contain platform specific information about how a timer\r
-  works.\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
-\r
-#ifndef __DEBUG_SUPPORT_PERIODIC_CALLBACK_H__\r
-#define __DEBUG_SUPPORT_PERIODIC_CALLBACK_H__\r
-\r
-#include <Protocol/DebugSupport.h>\r
-\r
-typedef struct _EFI_DEBUG_SUPPORT_PERIODIC_CALLBACK_PROTOCOL EFI_DEBUG_SUPPORT_PERIODIC_CALLBACK_PROTOCOL;\r
-\r
-\r
-// {9546E07C-2CBB-4c88-986C-CD341086F044}\r
-#define EFI_DEBUG_SUPPORT_PERIODIC_CALLBACK_PROTOCOL_GUID \\r
-  { 0x9546e07c, 0x2cbb, 0x4c88, { 0x98, 0x6c, 0xcd, 0x34, 0x10, 0x86, 0xf0, 0x44 } }\r
-\r
-\r
-//\r
-// DebugSupport protocol definition\r
-//\r
-struct _EFI_DEBUG_SUPPORT_PERIODIC_CALLBACK_PROTOCOL {\r
-  EFI_PERIODIC_CALLBACK  PeriodicCallback;\r
-};\r
-\r
-extern EFI_GUID gEfiDebugSupportPeriodicCallbackProtocolGuid;\r
-\r
-#endif\r