]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/VirtualMemoryAccess/VirtualMemoryAccess.h
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / VirtualMemoryAccess / VirtualMemoryAccess.h
index c0e1fde8566a75f6448c3bb5050878447a1e881c..21409bd586b4a8df2dd97f0b442035f134864fc1 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
@@ -22,7 +22,7 @@ Abstract:
 #define _VIRTUAL_MEMORY_ACCESS_H_\r
 \r
 #define EFI_VIRTUAL_MEMORY_ACCESS_PROTOCOL_GUID \\r
-  {0x745d377a, 0xb988, 0x47b2, 0xb1, 0x8f, 0xbb, 0xc8, 0xd, 0xc5, 0x66, 0x98}\r
+  {0x745d377a, 0xb988, 0x47b2, {0xb1, 0x8f, 0xbb, 0xc8, 0xd, 0xc5, 0x66, 0x98}}\r
 \r
 \r
 EFI_FORWARD_DECLARATION (EFI_VIRTUAL_MEMORY_ACCESS_PROTOCOL);\r
@@ -52,11 +52,11 @@ EFI_STATUS
 );\r
 \r
 \r
-typedef struct _EFI_VIRTUAL_MEMORY_ACCESS_PROTOCOL {\r
+struct _EFI_VIRTUAL_MEMORY_ACCESS_PROTOCOL {\r
   EFI_VIRTUAL_MEMORY_ACCESS_GET_PAGE_SIZE   GetPageSize;\r
   EFI_VIRTUAL_MEMORY_ACCESS_MAP             Map;\r
   EFI_VIRTUAL_MEMORY_ACCESS_UNMAP           UnMap;\r
-} EFI_VIRTUAL_MEMORY_ACCESS_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiVirtualMemoryAccessProtocolGuid;\r
 \r