Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

30 lines
1.1 KiB

/*[
Name: gfirflop.h
Derived From: 2.0 gfirflop.h
Author: Henry Nash / David Rees
Created On: Unknown
Sccs ID: 05/10/93 @(#)gfirflop.h 1.6
Purpose: Real Diskette functions declarations for GFI
Notes: On the Sun version, these globals are exported
from 'sun3_wang.c'.
(c)Copyright Insignia Solutions Ltd., 1990. All rights reserved.
]*/
/*
* ============================================================================
* External declarations and macros
* ============================================================================
*/
extern SHORT host_gfi_rdiskette_active IPT3(UTINY, hostID, BOOL, active,
CHAR *, err);
extern SHORT host_gfi_rdiskette_attach IPT1(UTINY, drive);
extern void host_gfi_rdiskette_detach IPT1(UTINY, drive);
extern void host_gfi_rdiskette_change IPT2(UTINY, hostID, BOOL, apply);
extern void host_gfi_rdiskette_init IPT1(UTINY, drive);
extern void host_gfi_rdiskette_term IPT1(UTINY, drive);
extern SHORT host_gfi_rdiskette_valid IPT3(UTINY, hostID, ConfigValues *, val,
CHAR *, err);