mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
872 B
29 lines
872 B
|
|
/*
|
|
* VPC-XT Revision 1.0
|
|
*
|
|
* Title : Generic Floppy Interface Test definitions
|
|
*
|
|
* Description : Test functions declarations for GFI
|
|
*
|
|
* Author : Henry Nash
|
|
*
|
|
* Notes : None
|
|
*/
|
|
|
|
/* SccsID[]="@(#)gfitest.h 1.4 10/29/92 Copyright Insignia Solutions Ltd."; */
|
|
|
|
/*
|
|
* ============================================================================
|
|
* External declarations and macros
|
|
* ============================================================================
|
|
*/
|
|
|
|
IMPORT int gfi_test_command IPT2(FDC_CMD_BLOCK *, command_block,
|
|
FDC_RESULT_BLOCK *, result_block);
|
|
IMPORT int gfi_test_drive_on IPT1(int, drive);
|
|
IMPORT int gfi_test_drive_off IPT1(int, drive);
|
|
IMPORT int gfi_test_high IPT1(int, drive);
|
|
IMPORT int gfi_test_drive_type IPT1(int, drive);
|
|
IMPORT int gfi_test_change IPT1(int, drive);
|
|
IMPORT int gfi_test_reset IPT1(FDC_RESULT_BLOCK *, result_block);
|