home *** CD-ROM | disk | FTP | other *** search
- #ifndef EXEC_RESIDENT_H
- #define EXEC_RESIDENT_H
-
- /*******************************************************************
- pOS / Amiga adapt
- *******************************************************************/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef __INC_POS_PEXEC_RESIDENT_H
- #include <p:pExec/Resident.h>
- #endif
-
- struct Resident
- {
- UWORD rt_MatchWord;
- struct Resident *rt_MatchTag;
- APTR rt_EndSkip;
- ULONG rt_Flags;
- UWORD rt_Version;
- UWORD rt_Revision;
- UBYTE rt_Type;
- SBYTE rt_Pri;
- char *rt_Name;
- char *rt_IdString;
- APTR rt_Init;
- ULONG *rt_Describe;
- };
-
-
-
- #endif /* EXEC_RESIDENT_H */
-