]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Include/Ia32/EfiBind.h
1) Sync EdkCompatibilityPkg with EDK 1.04. The changes includes:
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Include / Ia32 / EfiBind.h
index ae60a28e2738d1c3d0df65173f4634f39c9c2d43..12d40de737a25157bb7252eb08288662f8b17928 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation                                                         \r
+Copyright (c) 2004 - 2007, Intel Corporation                                                         \r
 All rights reserved. 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
@@ -49,12 +49,12 @@ Abstract:
               return 1;                                       \\r
           }                                                   \\r
                                                               \\r
-          EFI_STATUS                                                 \\r
+          EFI_STATUS                                          \\r
           __declspec( dllexport  )                            \\r
           __cdecl                                             \\r
           InitializeDriver (                                  \\r
-              VOID *ImageHandle,                              \\r
-              VOID *SystemTable                               \\r
+              EFI_HANDLE       ImageHandle,                   \\r
+              EFI_SYSTEM_TABLE *SystemTable                   \\r
               )                                               \\r
           {                                                   \\r
               return InitFunction(ImageHandle, SystemTable);  \\r