]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Protocol/HardwareInterrupt.h
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / EmbeddedPkg / Include / Protocol / HardwareInterrupt.h
index b2c8f0e0230f58139d785cedfa939c275a6bdc64..c4b5b9fa62f4323b2e003f6eed4edf08d0af59a4 100644 (file)
@@ -1,17 +1,17 @@
 /** @file\r
   Abstraction for hardware based interrupt routine\r
-  \r
+\r
   On non IA-32 systems it is common to have a single hardware interrupt vector\r
   and a 2nd layer of software that routes the interrupt handlers based on the\r
-  interrupt source. This protocol enables this routing. The driver implementing \r
-  this protocol is responsible for clearing the pending interrupt in the \r
-  interrupt routing hardware. The HARDWARE_INTERRUPT_HANDLER is responsible \r
+  interrupt source. This protocol enables this routing. The driver implementing\r
+  this protocol is responsible for clearing the pending interrupt in the\r
+  interrupt routing hardware. The HARDWARE_INTERRUPT_HANDLER is responsible\r
   for clearing interrupt sources from individual devices.\r
 \r
 \r
-  Copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>\r
+  Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 \r
-  All rights reserved. This program and the accompanying materials\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
@@ -48,7 +48,7 @@ typedef UINTN HARDWARE_INTERRUPT_SOURCE;
   @param Source         Source of the interrupt. Hardware routing off a specific platform defines\r
                         what source means.\r
   @param SystemContext  Pointer to system register context. Mostly used by debuggers and will\r
-                        update the system context after the return from the interrupt if \r
+                        update the system context after the return from the interrupt if\r
                         modified. Don't change these values unless you know what you are doing\r
 \r
 **/\r
@@ -56,7 +56,7 @@ typedef
 VOID\r
 (EFIAPI *HARDWARE_INTERRUPT_HANDLER) (\r
   IN  HARDWARE_INTERRUPT_SOURCE   Source,\r
-  IN  EFI_SYSTEM_CONTEXT          SystemContext     \r
+  IN  EFI_SYSTEM_CONTEXT          SystemContext\r
   );\r
 \r
 \r
@@ -133,11 +133,11 @@ EFI_STATUS
 (EFIAPI *HARDWARE_INTERRUPT_INTERRUPT_STATE) (\r
   IN EFI_HARDWARE_INTERRUPT_PROTOCOL    *This,\r
   IN HARDWARE_INTERRUPT_SOURCE          Source,\r
-  IN BOOLEAN                            *InterruptState  \r
+  IN BOOLEAN                            *InterruptState\r
   );\r
 \r
 /**\r
-  Signal to the hardware that the End Of Intrrupt state \r
+  Signal to the hardware that the End Of Intrrupt state\r
   has been reached.\r
 \r
   @param This     Instance pointer for this protocol\r