X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FWinNtBlockIoDxe%2FWinNtBlockIo.h;h=b0fd31aa754ead3f0fe96bf0d4ca8c47e407daab;hb=9d2eedba985bea28c8821691355d447d61f4f6ed;hp=5af65b11c21710ac2aacfa209496817186c7dfcc;hpb=6ae81428485020dd371eaefa5b97b24f21efe117;p=mirror_edk2.git diff --git a/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.h b/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.h index 5af65b11c2..b0fd31aa75 100644 --- a/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.h +++ b/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.h @@ -1,13 +1,7 @@ /**@file -Copyright (c) 2006, Intel Corporation -All rights reserved. This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +Copyright (c) 2006, Intel Corporation. All rights reserved.
+SPDX-License-Identifier: BSD-2-Clause-Patent Module Name: @@ -58,7 +52,7 @@ typedef enum { EifWinNtMaxTypeDisks } WIN_NT_RAW_DISK_DEVICE_TYPE; -#define WIN_NT_BLOCK_IO_PRIVATE_SIGNATURE EFI_SIGNATURE_32 ('N', 'T', 'b', 'k') +#define WIN_NT_BLOCK_IO_PRIVATE_SIGNATURE SIGNATURE_32 ('N', 'T', 'b', 'k') typedef struct { UINTN Signature; @@ -187,7 +181,6 @@ Returns: // // Block IO protocol member functions // -STATIC EFI_STATUS EFIAPI WinNtBlockIoReadBlocks ( @@ -218,7 +211,6 @@ Returns: --*/ ; -STATIC EFI_STATUS EFIAPI WinNtBlockIoWriteBlocks ( @@ -249,7 +241,6 @@ Returns: --*/ ; -STATIC EFI_STATUS EFIAPI WinNtBlockIoFlushBlocks ( @@ -272,7 +263,6 @@ Returns: --*/ ; -STATIC EFI_STATUS EFIAPI WinNtBlockIoResetBlock ( @@ -300,7 +290,6 @@ Returns: // // Private Worker functions // -STATIC EFI_STATUS WinNtBlockIoCreateMapping ( IN EFI_WIN_NT_IO_PROTOCOL *WinNtIo, @@ -336,7 +325,6 @@ Returns: --*/ ; -STATIC EFI_STATUS WinNtBlockIoReadWriteCommon ( IN WIN_NT_BLOCK_IO_PRIVATE *Private, @@ -368,7 +356,6 @@ Returns: --*/ ; -STATIC EFI_STATUS WinNtBlockIoError ( IN WIN_NT_BLOCK_IO_PRIVATE *Private @@ -390,7 +377,6 @@ Returns: --*/ ; -STATIC EFI_STATUS WinNtBlockIoOpenDevice ( WIN_NT_BLOCK_IO_PRIVATE *Private @@ -412,7 +398,6 @@ Returns: --*/ ; -STATIC CHAR16 * GetNextElementPastTerminator ( IN CHAR16 *EnvironmentVariable,