home *** CD-ROM | disk | FTP | other *** search
- /*
- (C) 1995-96 AROS - The Amiga Replacement OS
- $Id: cachecontrol.s,v 1.7 1996/11/21 10:49:40 aros Exp $
-
- Desc:
- Lang:
- */
-
- /******************************************************************************
-
- NAME
- AROS_LH0(void, CacheControl,
-
- LOCATION
- struct ExecBase *, SysBase, 108, Exec)
-
- FUNCTION
-
- INPUTS
-
- RESULT
-
- NOTES
-
- EXAMPLE
-
- BUGS
-
- SEE ALSO
-
- INTERNALS
-
- HISTORY
-
- ******************************************************************************/
-
- #include "machine.i"
-
- .text
- .balign 16
- .globl AROS_SLIB_ENTRY(CacheControl,Exec)
- .type AROS_SLIB_ENTRY(CacheControl,Exec),@function
- AROS_SLIB_ENTRY(CacheControl,Exec):
- /* Dummy */
- ret
-
-