]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/TapeIo.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / TapeIo.h
index 222f5b5aed7f0e825cb27fcc28599a4dc4952917..07afb9598e9fc641853188d0bf911c9d3fa2a428 100644 (file)
@@ -2,14 +2,14 @@
   EFI_TAPE_IO_PROTOCOL as defined in the UEFI 2.0.\r
   Provide services to control and access a tape device.\r
 \r
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
 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
+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
@@ -70,13 +70,13 @@ typedef struct _EFI_TAPE_HEADER {
                                 from the media.\r
 \r
 **/\r
-typedef \r
+typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_TAPE_READ)(\r
   IN EFI_TAPE_IO_PROTOCOL *This,\r
   IN OUT UINTN            *BufferSize,\r
   OUT VOID                *Buffer\r
-  );    \r
+  );\r
 \r
 /**\r
   Writes to the tape.\r
@@ -106,14 +106,14 @@ EFI_STATUS
                                 from the media.\r
 \r
 **/\r
-typedef \r
+typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_TAPE_WRITE)(\r
   IN EFI_TAPE_IO_PROTOCOL *This,\r
   IN UINTN                *BufferSize,\r
   IN VOID                 *Buffer\r
-  ); \r
-  \r
+  );\r
+\r
 \r
 /**\r
   Rewinds the tape.\r
@@ -129,11 +129,11 @@ EFI_STATUS
   @retval EFI_DEVICE_ERROR A device error occurred while attempting to reposition the media.\r
 \r
 **/\r
-typedef \r
+typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_TAPE_REWIND)(\r
   IN EFI_TAPE_IO_PROTOCOL *This\r
-  );   \r
+  );\r
 \r
 \r
 /**\r
@@ -143,7 +143,7 @@ EFI_STATUS
   @param  Direction Direction and number of data blocks or filemarks to space over on media.\r
   @param  Type      Type of mark to space over on media.\r
                     The following Type marks are mandatory:\r
-                    BLOCK type    : 0 \r
+                    BLOCK type    : 0\r
                     FILEMARK type : 1\r
 \r
   @retval EFI_SUCCESS       The media was successfully repositioned.\r
@@ -166,7 +166,7 @@ EFI_STATUS
   IN EFI_TAPE_IO_PROTOCOL *This,\r
   IN INTN                 Direction,\r
   IN UINTN                Type\r
-  );   \r
+  );\r
 \r
 \r
 /**\r
@@ -187,12 +187,12 @@ EFI_STATUS
   @retval EFI_DEVICE_ERROR  A device error occurred while attempting to transfer data from the media.\r
 \r
 **/\r
-typedef \r
+typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_TAPE_WRITEFM)(\r
   IN EFI_TAPE_IO_PROTOCOL *This,\r
   IN UINTN                Count\r
-  );   \r
+  );\r
 \r
 \r
 /**\r
@@ -210,17 +210,17 @@ EFI_STATUS
   @retval  EFI_DEVICE_ERROR A device error occurred while attempting to reset the bus and/or device.\r
 \r
 **/\r
-typedef \r
+typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_TAPE_RESET)(\r
   IN EFI_TAPE_IO_PROTOCOL *This,\r
   IN BOOLEAN              ExtendedVerification\r
-  );    \r
+  );\r
 \r
 ///\r
-/// The EFI_TAPE_IO_PROTOCOL provides basic sequential operations for tape devices. \r
-/// These include read, write, rewind, space, write filemarks and reset functions. \r
-/// Per this specification, a boot application uses the services of this protocol \r
+/// The EFI_TAPE_IO_PROTOCOL provides basic sequential operations for tape devices.\r
+/// These include read, write, rewind, space, write filemarks and reset functions.\r
+/// Per this specification, a boot application uses the services of this protocol\r
 /// to load the bootloader image from tape.\r
 ///\r
 struct _EFI_TAPE_IO_PROTOCOL {\r