24 lines
527 B
Modula-2
24 lines
527 B
Modula-2
;//+-------------------------------------------------------------------------
|
|
;//
|
|
;// Microsoft Windows
|
|
;//
|
|
;// Copyright (C) Microsoft Corporation, 1998 - 1998
|
|
;//
|
|
;// File: tape.def
|
|
;//
|
|
;//--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
NAME TAPE.SYS
|
|
|
|
EXPORTS
|
|
TapeClassInitialize
|
|
TapeClassAllocateSrbBuffer
|
|
TapeClassZeroMemory
|
|
TapeClassCompareMemory
|
|
TapeClassLogicalBlockToPhysicalBlock
|
|
TapeClassPhysicalBlockToLogicalBlock
|
|
TapeClassLiDiv
|
|
TapeDebugPrint
|