home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROSdev.lha / AROS / config / i386 / cachecontrol.s < prev    next >
Encoding:
Text File  |  1997-01-09  |  699 b   |  47 lines

  1. /*
  2.     (C) 1995-96 AROS - The Amiga Replacement OS
  3.     $Id: cachecontrol.s,v 1.7 1996/11/21 10:49:40 aros Exp $
  4.  
  5.     Desc:
  6.     Lang:
  7. */
  8.  
  9. /******************************************************************************
  10.  
  11.     NAME
  12.     AROS_LH0(void, CacheControl,
  13.  
  14.     LOCATION
  15.     struct ExecBase *, SysBase, 108, Exec)
  16.  
  17.     FUNCTION
  18.  
  19.     INPUTS
  20.  
  21.     RESULT
  22.  
  23.     NOTES
  24.  
  25.     EXAMPLE
  26.  
  27.     BUGS
  28.  
  29.     SEE ALSO
  30.  
  31.     INTERNALS
  32.  
  33.     HISTORY
  34.  
  35. ******************************************************************************/
  36.  
  37.     #include "machine.i"
  38.  
  39.     .text
  40.     .balign 16
  41.     .globl    AROS_SLIB_ENTRY(CacheControl,Exec)
  42.     .type    AROS_SLIB_ENTRY(CacheControl,Exec),@function
  43. AROS_SLIB_ENTRY(CacheControl,Exec):
  44.     /* Dummy */
  45.     ret
  46.  
  47.