From d04dc0272dfd346abb24c04b978c051168768a68 Mon Sep 17 00:00:00 2001 From: klu2 Date: Sun, 28 Sep 2008 04:54:43 +0000 Subject: Add more description for type parameter for EFI_TAP_REWIND function prototype. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6057 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/TapeIo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MdePkg/Include/Protocol/TapeIo.h') diff --git a/MdePkg/Include/Protocol/TapeIo.h b/MdePkg/Include/Protocol/TapeIo.h index 8f4b8692e5..e128fe4c9c 100644 --- a/MdePkg/Include/Protocol/TapeIo.h +++ b/MdePkg/Include/Protocol/TapeIo.h @@ -142,6 +142,9 @@ EFI_STATUS @param This A pointer to the EFI_TAPE_IO_PROTOCOL instance. @param Direction Direction and number of data blocks or filemarks to space over on media. @param Type Type of mark to space over on media. + The following Type marks are mandatory: + BLOCK type : 0 + FILEMARK type : 1 @retval EFI_SUCCESS The media was successfully repositioned. @retval EFI_END_OF_MEDIA Beginning or end of media was reached before the -- cgit v1.2.3