Fix IO memory access .. SB128 driver makes noises in VMWare - CMI is untested (Curren...
[AROS.git] / rom / graphics / showimminentreset.c
blob5af0a4098cc7ed9570bca52a9fc7bff349b58ae6
1 /*
2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: PRIVATE: Indicate that a reset is imminent.
6 Lang: english
7 */
9 #include "graphics_intern.h"
10 #include <proto/graphics.h>
11 #include <proto/oop.h>
13 /*****i***********************************************************************
15 NAME */
17 AROS_LH0(void, ShowImminentReset,
19 /* SYNOPSIS */
21 /* LOCATION */
22 struct GfxBase *, GfxBase, 197, Graphics)
24 /* FUNCTION
25 Obsolete private function. Some programs already call it, so it's
26 still here in order to provide backwards compatibility. Do not use it,
27 it will be removed in future!
29 INPUTS
31 RESULT
33 NOTES
35 EXAMPLE
37 BUGS
39 SEE ALSO
41 INTERNALS
43 HISTORY
45 *****************************************************************************/
47 AROS_LIBFUNC_INIT
49 AROS_LIBFUNC_EXIT
50 } /* ShowImminentReset */