home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / pOSxA.lzx / pOSxA / exec / alerts.h next >
Encoding:
C/C++ Source or Header  |  1997-03-12  |  5.3 KB  |  176 lines

  1. #ifndef EXEC_ALERTS_H
  2. #define EXEC_ALERTS_H
  3.  
  4. /*******************************************************************
  5.  pOS / Amiga adapt
  6. *******************************************************************/
  7.  
  8. #ifndef EXEC_TYPES_H
  9. #include <exec/types.h>
  10. #endif
  11. #ifndef __INC_POS_PEXEC_DIAGNOS_H
  12. #include <p:pExec/Diagnos.h>
  13. #endif
  14.  
  15.  
  16. #define    ACPU_BusErr    0x80000002
  17. #define    ACPU_AddressErr    0x80000003
  18. #define    ACPU_InstErr    0x80000004
  19. #define    ACPU_DivZero    0x80000005
  20. #define    ACPU_CHK    0x80000006
  21. #define    ACPU_TRAPV    0x80000007
  22. #define    ACPU_PrivErr    0x80000008
  23. #define    ACPU_Trace    0x80000009
  24. #define    ACPU_LineA    0x8000000A
  25. #define    ACPU_LineF    0x8000000B
  26. #define    ACPU_Format    0x8000000E
  27. #define    ACPU_Spurious    0x80000018
  28. #define    ACPU_AutoVec1    0x80000019
  29. #define    ACPU_AutoVec2    0x8000001A
  30. #define    ACPU_AutoVec3    0x8000001B
  31. #define    ACPU_AutoVec4    0x8000001C
  32. #define    ACPU_AutoVec5    0x8000001D
  33. #define    ACPU_AutoVec6    0x8000001E
  34. #define    ACPU_AutoVec7    0x8000001F
  35. #define AT_DeadEnd    0x80000000
  36. #define AT_Recovery    0x00000000
  37. #define AG_NoMemory    0x00010000
  38. #define AG_MakeLib    0x00020000
  39. #define AG_OpenLib    0x00030000
  40. #define AG_OpenDev    0x00040000
  41. #define AG_OpenRes    0x00050000
  42. #define AG_IOError    0x00060000
  43. #define AG_NoSignal    0x00070000
  44. #define AG_BadParm    0x00080000
  45. #define AG_CloseLib    0x00090000
  46. #define AG_CloseDev    0x000A0000
  47. #define AG_ProcCreate    0x000B0000
  48. #define AO_ExecLib    0x00008001
  49. #define AO_GraphicsLib    0x00008002
  50. #define AO_LayersLib    0x00008003
  51. #define AO_Intuition    0x00008004
  52. #define AO_MathLib    0x00008005
  53. #define AO_DOSLib    0x00008007
  54. #define AO_RAMLib    0x00008008
  55. #define AO_IconLib    0x00008009
  56. #define AO_ExpansionLib 0x0000800A
  57. #define AO_DiskfontLib    0x0000800B
  58. #define AO_UtilityLib    0x0000800C
  59. #define    AO_KeyMapLib    0x0000800D
  60. #define AO_AudioDev    0x00008010
  61. #define AO_ConsoleDev    0x00008011
  62. #define AO_GamePortDev    0x00008012
  63. #define AO_KeyboardDev    0x00008013
  64. #define AO_TrackDiskDev 0x00008014
  65. #define AO_TimerDev    0x00008015
  66. #define AO_CIARsrc    0x00008020
  67. #define AO_DiskRsrc    0x00008021
  68. #define AO_MiscRsrc    0x00008022
  69. #define AO_BootStrap    0x00008030
  70. #define AO_Workbench    0x00008031
  71. #define AO_DiskCopy    0x00008032
  72. #define AO_GadTools    0x00008033
  73. #define AO_Unknown    0x00008035
  74. #define AN_ExecLib    0x01000000
  75. #define AN_ExcptVect    0x01000001
  76. #define AN_BaseChkSum    0x01000002
  77. #define AN_LibChkSum    0x01000003
  78. #define AN_MemCorrupt    0x81000005
  79. #define AN_IntrMem    0x81000006
  80. #define AN_InitAPtr    0x01000007
  81. #define AN_SemCorrupt    0x01000008
  82. #define AN_FreeTwice    0x01000009
  83. #define AN_BogusExcpt    0x8100000A
  84. #define AN_IOUsedTwice    0x0100000B
  85. #define AN_MemoryInsane 0x0100000C
  86. #define AN_IOAfterClose 0x0100000D
  87. #define AN_StackProbe    0x0100000E
  88. #define AN_BadFreeAddr    0x0100000F
  89. #define    AN_BadSemaphore    0x01000010
  90. #define AN_GraphicsLib    0x02000000
  91. #define AN_GfxNoMem    0x82010000
  92. #define AN_GfxNoMemMspc 0x82010001
  93. #define AN_LongFrame    0x82010006
  94. #define AN_ShortFrame    0x82010007
  95. #define AN_TextTmpRas    0x02010009
  96. #define AN_BltBitMap    0x8201000A
  97. #define AN_RegionMemory 0x8201000B
  98. #define AN_MakeVPort    0x82010030
  99. #define AN_GfxNewError    0x0200000C
  100. #define AN_GfxFreeError 0x0200000D
  101. #define AN_GfxNoLCM    0x82011234
  102. #define AN_ObsoleteFont 0x02000401
  103. #define AN_LayersLib    0x03000000
  104. #define AN_LayersNoMem    0x83010000
  105. #define AN_Intuition    0x04000000
  106. #define AN_GadgetType    0x84000001
  107. #define AN_BadGadget    0x04000001
  108. #define AN_CreatePort    0x84010002
  109. #define AN_ItemAlloc    0x04010003
  110. #define AN_SubAlloc    0x04010004
  111. #define AN_PlaneAlloc    0x84010005
  112. #define AN_ItemBoxTop    0x84000006
  113. #define AN_OpenScreen    0x84010007
  114. #define AN_OpenScrnRast 0x84010008
  115. #define AN_SysScrnType    0x84000009
  116. #define AN_AddSWGadget    0x8401000A
  117. #define AN_OpenWindow    0x8401000B
  118. #define AN_BadState    0x8400000C
  119. #define AN_BadMessage    0x8400000D
  120. #define AN_WeirdEcho    0x8400000E
  121. #define AN_NoConsole    0x8400000F
  122. #define    AN_NoISem    0x04000010
  123. #define    AN_ISemOrder    0x04000011
  124. #define AN_MathLib    0x05000000
  125. #define AN_DOSLib    0x07000000
  126. #define AN_StartMem    0x07010001
  127. #define AN_EndTask    0x07000002
  128. #define AN_QPktFail    0x07000003
  129. #define AN_AsyncPkt    0x07000004
  130. #define AN_FreeVec    0x07000005
  131. #define AN_DiskBlkSeq    0x07000006
  132. #define AN_BitMap    0x07000007
  133. #define AN_KeyFree    0x07000008
  134. #define AN_BadChkSum    0x07000009
  135. #define AN_DiskError    0x0700000A
  136. #define AN_KeyRange    0x0700000B
  137. #define AN_BadOverlay    0x0700000C
  138. #define AN_BadInitFunc    0x0700000D
  139. #define AN_FileReclosed 0x0700000E
  140. #define AN_RAMLib    0x08000000
  141. #define AN_BadSegList    0x08000001
  142. #define AN_IconLib    0x09000000
  143. #define AN_ExpansionLib 0x0A000000
  144. #define AN_BadExpansionFree    0x0A000001
  145. #define AN_DiskfontLib    0x0B000000
  146. #define AN_AudioDev    0x10000000
  147. #define AN_ConsoleDev    0x11000000
  148. #define AN_NoWindow    0x11000001
  149. #define AN_GamePortDev    0x12000000
  150. #define AN_KeyboardDev    0x13000000
  151. #define AN_TrackDiskDev 0x14000000
  152. #define AN_TDCalibSeek    0x14000001
  153. #define AN_TDDelay    0x14000002
  154. #define AN_TimerDev    0x15000000
  155. #define AN_TMBadReq    0x15000001
  156. #define AN_TMBadSupply    0x15000002
  157. #define AN_CIARsrc    0x20000000
  158. #define AN_DiskRsrc    0x21000000
  159. #define AN_DRHasDisk    0x21000001
  160. #define AN_DRIntNoAct    0x21000002
  161. #define AN_MiscRsrc    0x22000000
  162. #define AN_BootStrap    0x30000000
  163. #define AN_BootError    0x30000001
  164. #define AN_Workbench            0x31000000
  165. #define AN_NoFonts            0xB1000001
  166. #define AN_WBBadStartupMsg1        0x31000001
  167. #define AN_WBBadStartupMsg2        0x31000002
  168. #define AN_WBBadIOMsg            0x31000003
  169. #define AN_WBReLayoutToolMenu        0xB1010009
  170. #define AN_DiskCopy    0x32000000
  171. #define AN_GadTools    0x33000000
  172. #define AN_UtilityLib    0x34000000
  173. #define AN_Unknown    0x35000000
  174.  
  175. #endif /* EXEC_ALERTS_H */
  176.