home *** CD-ROM | disk | FTP | other *** search
- /* 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);
-
-