#    (C) 1995-96 AROS - The Amiga Replacement OS
#    $Id: cachepredma.s,v 1.2 1996/08/01 17:41:06 digulla Exp $
#    $Log: cachepredma.s,v $
#    Revision 1.2  1996/08/01 17:41:06  digulla
#    Added standard header for all files
#
#    Desc:
#    Lang:

	.text
	.align	16
	.globl	Exec_CachePreDMA
	.type	Exec_CachePreDMA,@function
Exec_CachePreDMA:
	/* Dummy */
	ret

