home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / kaffe-0.5p4-src.tgz / tar.out / contrib / kaffe / config / m68k / amigaos / md.c next >
C/C++ Source or Header  |  1996-09-28  |  566b  |  22 lines

  1. /*
  2.  * m68k/amigaos/md.c
  3.  * AmigaOS specific functions.
  4.  *
  5.  * Copyright (c) 1996 Matthias Hopf <mshopf@informatik.uni-erlangen.de>
  6.  *
  7.  * Permission granted for Tim Wilkinson to include this source in his
  8.  * Kaffe system, Copyright (c) 1996 Systems Architecture Research Centre,
  9.  *               City University, London, UK.
  10.  *
  11.  * See the file "license.terms" for information on usage and redistribution
  12.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  13.  */
  14.  
  15. /* #include "m68k/amigaos/threads.c" */
  16.  
  17.  
  18. #include <exec/exec.h>
  19.  
  20. struct Task *AmigaThisTask = NULL;
  21.  
  22.