home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-05-09 | 533 b | 18 lines | [TEXT/CWIE] |
- // Program Author: Paul Baxter
- // pbaxter@assistivetech.com
- //
-
-
- #define kKeyBoardAddr 0x02
-
- extern pascal void ADBKeyBoardServiceRoutine(Ptr buffer, TempADBServiceRoutineUPP completionProc, long refCon, long command);
- extern void RemoveADBServiceRoutine(ADBAddress adbaddr);
- extern OSErr InstallADBServiceRoutine(ADBAddress adbaddr);
- extern Boolean InitADBAddress(void);
- extern void InitADBService(void);
- extern void InstallJADBProc(void);
- extern void UnInstallJADBProc(void);
- extern pascal void MyADBInitProc(short callOrder);
-
-
-