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

 $AUT Holger Burkarth
 $DAT >>DtType.h<<   26 Oct 1996    10:53:19 - (C) ProDAD
*******************************************************************/
#ifndef __INC_POS_PEXEC_LIST_H
#include <pExec/List.h>
#endif


/*----------------------------------
-----------------------------------*/
struct pOS_DataType
{
  struct pOS_Node dt_Node;
  ULONG           dt_UserData[2];
};


#endif
