delint
[AROS.git] / arch / .unmaintained / m68k-emul / superstate.c
blob5de3046ac21ca434aab201b66c6252ba87b976ab
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Switch CPU in supervisor state (if supported)
6 Lang: english
7 */
9 /******************************************************************************
11 NAME */
12 #include <proto/exec.h>
14 AROS_LH0(void, SuperState,
16 /* LOCATION */
17 struct ExecBase *, SysBase, 25, Exec)
19 /* FUNCTION
20 If the CPU supports this, this function activates the supervisor
21 mode.
23 INPUTS
24 None.
26 RESULT
27 None.
29 NOTES
31 EXAMPLE
33 BUGS
35 SEE ALSO
37 INTERNALS
39 HISTORY
41 ******************************************************************************/
43 } /* SuperState */