#ifndef __INC_POS_PEXEC_INTERUPT_H
#define __INC_POS_PEXEC_INTERUPT_H
/*******************************************************************
 Includes Release 24
 (C) Copyright 1995-1997 proDAD
     All Rights Reserved

 $AUT Holger Burkarth
 $DAT >>Interupt.h<<   12 Sep 1996    10:02:36 - (C) ProDAD
*******************************************************************/
#ifndef __INC_POS_PEXEC_LIST_H
#include <pExec/List.h>
#endif

/*----------------------------------
-----------------------------------*/
struct pOS_Interrupt
{
  struct pOS_ExNode is_Node;
  ULONG             is_UserData[2];
  ULONG (*is_Code)(_R_A0 const struct pOS_Interrupt*,_R_A1 APTR);
};


#endif
