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

 $AUT Holger Burkarth
 $DAT >>IOTerm.h<<   13 Apr 1996    14:41:25 - (C) ProDAD
*******************************************************************/
#ifndef __INC_POS_PEXEC_TYPES_H
#include <pExec/Types.h>
#endif

/*----------------------------------
  Term-Array
-----------------------------------*/
struct pOS_IOTArray
{
  ULONG iota_A0;
  ULONG iota_A1;
};


#endif
