use the locations specified in the bcm2708_boot header
[AROS.git] / rom / graphics / vbeampos.c
blobb12c92762dca0e58d60f9308d8f9a79f465c664a
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Read the current vertical position of the beam
6 Lang: english
7 */
8 #include <aros/debug.h>
9 #include "graphics_intern.h"
11 /*****************************************************************************
13 NAME */
14 #include <clib/graphics_protos.h>
16 AROS_LH0(LONG, VBeamPos,
18 /* SYNOPSIS */
19 /* void */
21 /* LOCATION */
22 struct GfxBase *, GfxBase, 64, Graphics)
24 /* FUNCTION
26 INPUTS
27 none
29 RESULT
30 None.
32 NOTES
33 This function isn't implemented on all platforms.
35 EXAMPLE
37 BUGS
39 SEE ALSO
41 INTERNALS
43 HISTORY
45 *****************************************************************************/
47 AROS_LIBFUNC_INIT
50 /* TODO: Write graphics/VBeamPos() */
51 aros_print_not_implemented ("VBeamPos");
53 return 10;
55 AROS_LIBFUNC_EXIT
56 } /* VBeamPos */