make the window layout a little tidier.
[AROS.git] / arch / .unmaintained / m68k-emul / userstate.c
blob2c0d81a9fb276523acfb03fcfb07bab09f57db3c
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Switch CPU to userstate (if supported)
6 Lang: english
7 */
9 /******************************************************************************
11 NAME */
12 #include <proto/exec.h>
14 AROS_LH0(void, UserState,
16 /* LOCATION */
17 struct ExecBase *, SysBase, 26, Exec)
19 /* FUNCTION
20 Switch CPU to userstate if the CPU supports this.
22 INPUTS
23 None.
25 RESULT
26 None.
28 NOTES
30 EXAMPLE
32 BUGS
34 SEE ALSO
36 INTERNALS
38 HISTORY
40 ******************************************************************************/
42 } /* UserState */