home *** CD-ROM | disk | FTP | other *** search
- * giobase.i
- *
- ********************************************************************************************
-
- IFND EFX_BASE_I
- EFX_BASE_I SET 1
-
-
- IFND EXEC_TYPES_I
- INCLUDE "exec/types.i"
- ENDC ; EXEC_TYPES_I
-
- IFND EXEC_LIBRARIES_I
- INCLUDE "exec/libraries.i"
- ENDC ; EXEC_LIBRARIES_I
-
- ;--------------------------
- ; library data structures
- ;--------------------------
-
- ; Note that the library base begins with a library node
-
- STRUCTURE EfxBase,LIB_SIZE
- UBYTE efxb_Flags
- UBYTE efxb_pad
- ;We are now longword aligned
- ULONG efxb_SysLib
- ULONG efxb_SegList
- LABEL EfxBase_SIZEOF
-
- ENDC ;EFX_BASE_I
-
-