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 / bdmerror.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-27  |  483 b   |  16 lines

  1. /* bdmerror.h - define error codes for call to DriverError ()
  2.  * Copyright (C) 1992 by Scott Howard, all rights reserved
  3.  * Permission is hereby granted to freely copy and use this code or derivations thereof
  4.  * as long as no charge is made to anyone for its use
  5.  */
  6.  
  7. #define    BDM_FAULT_UNKNOWN    0
  8. #define    BDM_FAULT_POWER        1
  9. #define    BDM_FAULT_CABLE        2
  10. #define    BDM_FAULT_RESPONSE    3
  11. #define    BDM_FAULT_RESET        4
  12. #define    BDM_FAULT_PORT        5
  13. #define BDM_FAULT_BERR        6
  14.  
  15. /* end of bdmerror.h */
  16.