]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriver.h
BaseTools: Use absolute import in Table
[mirror_edk2.git] / Nt32Pkg / WinNtBusDriverDxe / WinNtBusDriver.h
index f15430ff3de16fee5282e065391b6d2237648acf..e7a5c0b6312d31b4b809c7c7956b581ee0e5eb66 100644 (file)
@@ -1,7 +1,7 @@
-/*++\r
+/**@file\r
 \r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2006, 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
@@ -138,7 +138,7 @@ extern EFI_COMPONENT_NAME2_PROTOCOL  gWinNtBusDriverComponentName2;
 //\r
 // WinNt Bus Controller Structure\r
 //\r
-#define WIN_NT_BUS_DEVICE_SIGNATURE EFI_SIGNATURE_32 ('N', 'T', 'B', 'D')\r
+#define WIN_NT_BUS_DEVICE_SIGNATURE SIGNATURE_32 ('N', 'T', 'B', 'D')\r
 \r
 typedef struct {\r
   UINT64                    Signature;\r
@@ -148,7 +148,7 @@ typedef struct {
 //\r
 // WinNt Child Device Controller Structure\r
 //\r
-#define WIN_NT_IO_DEVICE_SIGNATURE  EFI_SIGNATURE_32 ('N', 'T', 'V', 'D')\r
+#define WIN_NT_IO_DEVICE_SIGNATURE  SIGNATURE_32 ('N', 'T', 'V', 'D')\r
 \r
 typedef struct {\r
   UINT64                    Signature;\r
@@ -205,7 +205,7 @@ Returns:
 \r
   TODO: add return values\r
 \r
---*/\r
+**/\r
 ;\r
 \r
 //\r