move VMWare SVGA driver to generic location
[AROS.git] / rom / exec / debug.c
blob09cc0d8ecdfa7f3e10d754fc51e1abb091c4d864
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Start the internal debugger.
6 Lang: english
7 */
8 #include "exec_intern.h"
9 #include <proto/exec.h>
11 /*****************************************************************************
13 NAME */
15 AROS_LH1(void, Debug,
17 /* SYNOPSIS */
18 AROS_LHA(unsigned long, flags, D0),
20 /* LOCATION */
21 struct ExecBase *, SysBase, 19, Exec)
23 /* FUNCTION
25 INPUTS
27 RESULT
29 NOTES
31 EXAMPLE
33 BUGS
35 SEE ALSO
37 INTERNALS
39 *****************************************************************************/
41 AROS_LIBFUNC_INIT
43 #warning TODO: Write exec/Debug()
44 aros_print_not_implemented ("Debug");
46 AROS_LIBFUNC_EXIT
47 } /* Debug */