home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / debugger / bdm-linu.0 / bdm-linu / bdm-linux / bdm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-27  |  315 b   |  16 lines

  1. /* bdm.h  - declare function calls in bdm-pd.c and bdm-icd.c */
  2.  
  3. #include    "sizedefs.h"
  4.  
  5. void bdm_init (int,int);
  6. void bdm_deinit (void);
  7. LONG bdm_clk (WORD, int);
  8.  
  9. /* global variables used to give more info if errors occurr */
  10.  
  11. extern LONG last_addr;
  12. extern char last_rw;
  13. extern char RegsValid;
  14.  
  15. /* end of bdm.h */
  16.