forcing device into host mode requires a full config - which we will do in opendevice...
[AROS.git] / rom / graphics / waitblit.c
blob2b42542ca7e14846ee4a9497389ef5b898e29e3f
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Wait for the Blitter to finish
6 Lang: english
7 */
8 #include "graphics_intern.h"
10 /*****************************************************************************
12 NAME */
13 #include <clib/graphics_protos.h>
15 AROS_LH0(void, WaitBlit,
17 /* SYNOPSIS */
18 /* void */
20 /* LOCATION */
21 struct GfxBase *, GfxBase, 38, Graphics)
23 /* FUNCTION
24 Wait for the blitter to return to finish, ie. the function returns
25 when the blitter is idle.
27 INPUTS
28 None.
30 RESULT
31 None.
33 NOTES
35 EXAMPLE
37 BUGS
39 SEE ALSO
41 INTERNALS
43 HISTORY
45 *****************************************************************************/
47 AROS_LIBFUNC_INIT
50 /* aros_print_not_implemented ("WaitBlit"); */
51 /* TODO: Write graphics/WaitBlit() */
53 /* driver_WaitBlit (GfxBase); */
55 AROS_LIBFUNC_EXIT
56 } /* WaitBlit */