home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gdb-4.16-base.tgz / gdb-4.16-base.tar / fsf / gdb / utils / amd-udi / include / tiperr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-23  |  2.4 KB  |  77 lines

  1. /* @(#)tiperr.h    1.26 93/07/30 16:40:20, Srini, AMD */
  2. /******************************************************************************
  3.  * Copyright 1991 Advanced Micro Devices, Inc.
  4.  *
  5.  * This software is the property of Advanced Micro Devices, Inc  (AMD)  which
  6.  * specifically  grants the user the right to modify, use and distribute this
  7.  * software provided this notice is not removed or altered.  All other rights
  8.  * are reserved by AMD.
  9.  *
  10.  * AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
  11.  * SOFTWARE.  IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
  12.  * DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
  13.  * USE OF THIS SOFTWARE.
  14.  *
  15.  * So that all may benefit from your experience, please report  any  problems
  16.  * or  suggestions about this software to the 29K Technical Support Center at
  17.  * 800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131  in  the  UK,  or
  18.  * 0031-11-1129 in Japan, toll free.  The direct dial number is 512-462-4118.
  19.  *
  20.  * Advanced Micro Devices, Inc.
  21.  * 29K Support Products
  22.  * Mail Stop 573
  23.  * 5900 E. Ben White Blvd.
  24.  * Austin, TX 78741
  25.  * 800-292-9263
  26.  *****************************************************************************
  27.  *      Engineer: Srini Subramanian.
  28.  *****************************************************************************
  29.  *****************************************************************************
  30.  */
  31.  
  32. #define TIPNOTIMPLM    -1 
  33. #define TIPPARSECN    -2 
  34. #define TIPMSGINIT    -3 
  35. #define TIPCORELOAD    -4 
  36. #define TIPGOTARGET    -5 
  37. #define TIPGETERROR    -6 
  38. #define TIPSENDCFG    -7 
  39. #define TIPRECVCFG    -8 
  40. #define TIPSENDRST    -9 
  41. #define TIPRECVHLT    -10 
  42. #define TIPINITARGS    -11
  43. #define TIPSENDINIT    -12 
  44. #define TIPRECVINIT    -13 
  45. #define TIPSENDRD    -14 
  46. #define TIPRECVRD    -15 
  47. #define TIPSENDWRT    -16 
  48. #define TIPRECVWRT    -17 
  49. #define TIPSENDCPY    -18 
  50. #define TIPRECVCPY    -19 
  51. #define TIPSENDGO    -20 
  52. #define TIPRECVGO    -21 
  53. #define TIPSENDSTP    -22 
  54. #define TIPRECVSTP    -23 
  55. #define TIPSENDBRK    -24 
  56. #define TIPRECVBRK    -25 
  57. #define TIPSENDSTBP    -26 
  58. #define TIPRECVSTBP    -27 
  59. #define TIPSENDQYBP    -28 
  60. #define TIPRECVQYBP    -29 
  61. #define TIPSENDRMBP    -30 
  62. #define TIPRECVRMBP    -31 
  63. #define TIPHIFFAIL      -32
  64. #define TIPTIMEOUT      -33
  65. #define TIPUNXPMSG    -34
  66. #define TIPINVSPACE    -35 
  67. #define TIPINVBID    -36
  68. #define    TIPNOCORE    -37
  69. #define    TIPNOSEND    -38
  70. #define    TIPNORECV    -39
  71. #define    TIPMSG2BIG    -40
  72.  
  73. /* put new errors before here & increment TIPLASTERR */
  74. #define TIPLASTERR    -40
  75.  
  76. extern    char    *tip_err[];
  77.