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

 $AUT Holger Burkarth
 $DAT >>IntuUnit.h<<   01 Mar 1997    17:17:51 - (C) ProDAD
*******************************************************************/
#ifndef __INC_POS_PEXEC_DEVICE_H
#include <pExec/Device.h>
#endif
#ifndef __INC_POS_PEXEC_SEMA_H
#include <pExec/Sema.h>
#endif


/*----------------------------------
           Read only
-----------------------------------*/
struct pOS_IntuiUnit
{
  struct pOS_Unit              iu_Unit;

  struct pOS_ScreenBase       *iu_ScrBase;
  struct pOS_GadgetBase       *iu_GadBase;
  struct pOS_View             *iu_ActView;
  struct pOS_Screen           *iu_ActScreen;
  struct pOS_Window           *iu_ActWindow;

/*** PRIVATE ********************************************/
};



#endif
