Update definition aligned to UEFI2.3
1. TapeIo TAPE_HEADER is rename to EFI_TAPE_HEADER 2. Add IN modifier for parameter Direction and Type of TapeIo.TapeSpace 3. HII package header EFI_HII_DEVICE_PATH_PACKAGE is renamed to EFI_HII_DEVICE_PATH_PACKAGE_HDR. 4. HII package header EFI_HII_FORM_PACKAGE is renamed to EFI_HII_FORM_PACKAGE_HDR. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9297 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
typedef struct _EFI_TAPE_IO_PROTOCOL EFI_TAPE_IO_PROTOCOL;
|
||||
|
||||
typedef struct {
|
||||
typedef struct _EFI_TAPE_HEADER {
|
||||
UINT64 Signature;
|
||||
UINT32 Revision;
|
||||
UINT32 BootDescSize;
|
||||
@@ -41,7 +41,7 @@ typedef struct {
|
||||
CHAR8 SystemName[256]; // UTF-8
|
||||
CHAR8 TapeTitle[120]; // UTF-8
|
||||
CHAR8 pad[468]; // pad to 1024
|
||||
} TAPE_HEADER;
|
||||
} EFI_TAPE_HEADER;
|
||||
|
||||
/**
|
||||
Reads from the tape.
|
||||
@@ -164,8 +164,8 @@ typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *EFI_TAPE_SPACE)(
|
||||
IN EFI_TAPE_IO_PROTOCOL *This,
|
||||
INTN Direction,
|
||||
UINTN Type
|
||||
IN INTN Direction,
|
||||
IN UINTN Type
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user