Fix IO memory access .. SB128 driver makes noises in VMWare - CMI is untested (Curren...
[AROS.git] / rom / graphics / waitbovp.c
blob74b600a69628d9387c11b2cdbd9e814dad2c2c49
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Graphics function WaitBOVP()
6 Lang: english
7 */
8 #include <aros/debug.h>
9 #include <graphics/view.h>
11 /*****************************************************************************
13 NAME */
14 #include <proto/graphics.h>
16 AROS_LH1(void, WaitBOVP,
18 /* SYNOPSIS */
19 AROS_LHA(struct ViewPort *, vp, A0),
21 /* LOCATION */
22 struct GfxBase *, GfxBase, 67, Graphics)
24 /* FUNCTION
26 INPUTS
27 vp - pointer to ViewPort structure
29 RESULT
30 None.
32 NOTES
34 EXAMPLE
36 BUGS
38 SEE ALSO
40 INTERNALS
42 HISTORY
44 *****************************************************************************/
46 AROS_LIBFUNC_INIT
48 /* TODO: Write graphics/WaitBOVP() */
49 aros_print_not_implemented ("WaitBOVP");
51 AROS_LIBFUNC_EXIT
52 } /* WaitBOVP */