]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.h
Improve coding style in MdeModulePkg.
[mirror_edk2.git] / MdeModulePkg / Universal / DebugSupportDxe / Ipf / PlDebugSupport.h
index 9f6bd3efdd9b739b36eb3cd9bbe10406ccdf6fd8..c1b384c9a32f2849b474eb37fab19bee23767272 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   IPF specific types, macros, and definitions for Debug Support Driver.\r
 \r
-Copyright (c) 2004 - 2008, Intel Corporation\r
+Copyright (c) 2004 - 2010, Intel Corporation\r
 All rights reserved. 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
@@ -31,10 +31,15 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define EFI_ISA IsaIpf\r
 \r
 typedef struct {\r
-  UINT64  low;\r
-  UINT64  high;\r
+  UINT64  Low;\r
+  UINT64  High;\r
 } BUNDLE;\r
 \r
+typedef\r
+VOID\r
+(*CALLBACK_FUNC) (\r
+  );\r
+\r
 /**\r
   IPF specific DebugSupport driver initialization.\r
 \r
@@ -250,7 +255,7 @@ EFI_STATUS
 ManageIvtEntryTable (\r
   IN  EFI_EXCEPTION_TYPE    ExceptionType,\r
   IN  BUNDLE                NewBundles[4],\r
-  IN  VOID                  (*NewCallback) ()\r
+  IN  CALLBACK_FUNC         NewCallback\r
   );\r
 \r
 /**\r
@@ -266,7 +271,7 @@ VOID
 HookEntry (\r
   IN  EFI_EXCEPTION_TYPE    ExceptionType,\r
   IN  BUNDLE                NewBundles[4],\r
-  IN  VOID                  (*NewCallback) ()\r
+  IN  CALLBACK_FUNC         NewCallback\r
   );\r
 \r
 /**\r
@@ -290,7 +295,7 @@ UnhookEntry (
 **/\r
 VOID\r
 ChainExternalInterrupt (\r
-  IN  VOID                  (*NewCallback) ()\r
+  IN  CALLBACK_FUNC         NewCallback\r
   );\r
 \r
 /**\r