]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/UnixBlockIoDxe/UnixBlockIo.h
Update the copyright notice format
[mirror_edk2.git] / UnixPkg / UnixBlockIoDxe / UnixBlockIo.h
index c446f31d952bb4022f69b2f6f2b9839cfc72e8b6..a7e3f96455dd7b7826464578308538a34a76afba 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2008, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004 - 2008, 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
@@ -46,7 +46,7 @@ Abstract:
 //\r
 #define LANGUAGESUPPORTED "eng"\r
 \r
-#define UNIX_BLOCK_IO_PRIVATE_SIGNATURE EFI_SIGNATURE_32 ('L', 'X', 'b', 'k')\r
+#define UNIX_BLOCK_IO_PRIVATE_SIGNATURE SIGNATURE_32 ('L', 'X', 'b', 'k')\r
 typedef struct {\r
   UINTN                       Signature;\r
 \r
@@ -56,7 +56,7 @@ typedef struct {
   UINTN                       ReadMode;\r
   UINTN                       Mode;\r
 \r
-  int                         fd;
+  int                         fd;\r
 \r
   UINT64                      LastBlock;\r
   UINTN                       BlockSize;\r