home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
comm
/
amitcp-3.0ß2.lha
/
AmiTCP
/
src
/
devs
/
agnet
/
agnet_protos.h
next >
Wrap
C/C++ Source or Header
|
1993-10-08
|
914b
|
41 lines
/* Prototypes for functions defined in
agnet.c
*/
LONG __asm main(register __a6 struct AgnetDevice * );
BOOL ReadConfig(struct AgnetDevUnit * );
/* Prototypes for functions defined in
init.c
*/
LONG __asm Start(void);
extern struct AgnetDevice * AgnetDeviceBase;
extern const APTR FunctionTable[];
/* Prototypes for functions defined in
device.c
*/
ULONG __asm DevOpen(register __a1 struct IOSana2Req * , register __d0 ULONG , register __d1 ULONG );
BPTR __asm DevClose(register __a1 struct IOSana2Req * );
BPTR __asm DevExpunge(void);
ULONG __asm DevReserved(void);
void __asm DevBeginIO(register __a1 struct IOSana2Req * );
ULONG __asm DevAbortIO(register __a1 struct IOSana2Req * );
BOOL DoExpunge(struct AgnetDevice * );
VOID PerformIO(struct IOSana2Req *ios2);
struct AgnetDevUnit * InitUnit(ULONG s2unit);
LONG DoOnline(struct AgnetDevUnit *adu);
VOID DoOffline(struct AgnetDevUnit *adu);