]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/WatchdogTimer/WatchdogTimer.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Core / Dxe / ArchProtocol / WatchdogTimer / WatchdogTimer.h
index 4ebecfa369495b93759fcf987c563841a5f870c7..a35513c71c2c08b4299318e5295a0c2194cf1d1b 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\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
@@ -28,7 +28,7 @@ Abstract:
 // Global ID for the Watchdog Timer Architectural Protocol\r
 //\r
 #define EFI_WATCHDOG_TIMER_ARCH_PROTOCOL_GUID \\r
-  { 0x665E3FF5, 0x46CC, 0x11d4, 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }\r
+  { 0x665E3FF5, 0x46CC, 0x11d4, {0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D} }\r
 \r
 //\r
 // Declare forward reference for the Timer Architectural Protocol\r
@@ -166,11 +166,11 @@ Returns:
 //\r
 // Interface stucture for the Watchdog Timer Architectural Protocol\r
 //\r
-typedef struct _EFI_WATCHDOG_TIMER_ARCH_PROTOCOL {\r
+struct _EFI_WATCHDOG_TIMER_ARCH_PROTOCOL {\r
   EFI_WATCHDOG_TIMER_REGISTER_HANDLER  RegisterHandler;\r
   EFI_WATCHDOG_TIMER_SET_TIMER_PERIOD  SetTimerPeriod;\r
   EFI_WATCHDOG_TIMER_GET_TIMER_PERIOD  GetTimerPeriod;\r
-} EFI_WATCHDOG_TIMER_ARCH_PROTOCOL;\r
+};\r
 \r
 /*++\r
 \r