home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "Device/IOTerm.h"
- @MASTER "Work2:AD/IInc/Device/IOTerm.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:33:46
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "Device/IOTerm.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"Device/IOTerm.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_IOTArray" LINK "Device/IOTerm.h/File" 18}
-
- @ENDNODE
- @NODE File "Device/IOTerm.h"
- #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" LINK "pExec/Types.h/File"}>
- #endif
-
- /*----------------------------------
- Term-Array
- -----------------------------------*/
- struct pOS_IOTArray
- {
- @{"ULONG" LINK "pExec/Types.h/File" 91} iota_A0;
- @{"ULONG" LINK "pExec/Types.h/File" 91} iota_A1;
- };
-
-
- #endif
- @ENDNODE
-