home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / Guide.lzx / Guide / pExec / Interupt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-11  |  1.2 KB  |  45 lines

  1. @DATABASE "pExec/Interupt.h"
  2. @MASTER   "Work2:AD/IInc/pExec/Interupt.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:34:25
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pExec/Interupt.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pExec/Interupt.h" LINK File}
  11.  
  12.  
  13. @{b}Structures@{ub}
  14.  
  15. @{"pOS_Interrupt" LINK "pExec/Interupt.h/File" 17}
  16.  
  17. @ENDNODE
  18. @NODE File "pExec/Interupt.h"
  19. #ifndef __INC_POS_PEXEC_INTERUPT_H
  20. #define __INC_POS_PEXEC_INTERUPT_H
  21. /*******************************************************************
  22.  Includes Release 24
  23.  (C) Copyright 1995-1997 proDAD
  24.      All Rights Reserved
  25.  
  26.  $AUT Holger Burkarth
  27.  $DAT >>Interupt.h<<   12 Sep 1996    10:02:36 - (C) ProDAD
  28. *******************************************************************/
  29. #ifndef __INC_POS_PEXEC_LIST_H
  30. #include <@{"pExec/List.h" LINK "pExec/List.h/File"}>
  31. #endif
  32.  
  33. /*----------------------------------
  34. -----------------------------------*/
  35. struct pOS_Interrupt
  36. {
  37.   @{"struct pOS_ExNode" LINK "pExec/List.h/File" 37} is_Node;
  38.   @{"ULONG" LINK "pExec/Types.h/File" 91}             is_UserData[2];
  39.   @{"ULONG" LINK "pExec/Types.h/File" 91} (*is_Code)(@{"_R_A0" LINK "pExec/Types.h/File" 28} const struct pOS_Interrupt*,_R_A1 APTR);
  40. };
  41.  
  42.  
  43. #endif
  44. @ENDNODE
  45.