home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / The Hacks! / Talking KeyBoard / Source / adb.h < prev    next >
Encoding:
Text File  |  1998-05-09  |  533 b   |  18 lines  |  [TEXT/CWIE]

  1. // Program Author: Paul Baxter 
  2. // pbaxter@assistivetech.com
  3. //
  4.  
  5.  
  6. #define kKeyBoardAddr        0x02
  7.  
  8. extern pascal void ADBKeyBoardServiceRoutine(Ptr buffer, TempADBServiceRoutineUPP completionProc, long refCon, long command);
  9. extern void RemoveADBServiceRoutine(ADBAddress adbaddr);
  10. extern OSErr InstallADBServiceRoutine(ADBAddress adbaddr);
  11. extern Boolean InitADBAddress(void);
  12. extern void InitADBService(void);
  13. extern void InstallJADBProc(void);
  14. extern void UnInstallJADBProc(void);
  15. extern pascal void MyADBInitProc(short callOrder);
  16.  
  17.  
  18.