;*************************************************************************
;** 68040.library                                                	**
;**                                                                     **
;** the CPU driver for the 68040            				**
;**                                                                     **
;** © 1999 THOR-Software, Thomas Richter                                **
;** No commercial use, reassembly, modification without prior, written  **
;** permission of the authors.                                          **
;** Including this library in any commercial software REQUIRES a        **
;** written permission and the payment of a small fee.                  **
;**                                                                     **
;**---------------------------------------------------------------------**
;** Definition of the library, and structures                           **
;** Header 40.00                12.08.1999 © THOR                       **
;*************************************************************************

        IFND LIBRARIES_68040_I

LIBRARIES_68040_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

	IFND LIBRARIES_680X0_I
	INCLUDE "libraries/680x0.i"
	ENDC ; LIBRARIES_680x0_I

        ;* There's really nothing in this library base you need to care about *

        STRUCTURE	MC68040Base,LIB_SIZE
        LABEL		dllib_SIZE


MC68040NAME        	MACRO
                        DC.B '68040.library',0
                        ENDM

        ENDC    ;LIBRARIES_68040_I
