place-holder for restructure
[AROS.git] / arch / arm-raspi / hidd.videocoregfx / videocoregfx_hardware.c
blobb21cb7649b85b263c78e2a0c78137733e61c408d
1 /*
2 Copyright © 2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: VideoCore4 hardware functions
6 Lang: English
7 */
9 #define DEBUG 0
10 #include <aros/debug.h>
12 #include <asm/io.h>
14 #include "videocoregfx_class.h"
15 #include "videocoregfx_hardware.h"
17 BOOL FNAME_HW(InitGfxHW)(APTR param0)
19 struct VideoCore_staticdata *xsd = param0;
21 D(bug("[VideoCoreGfx] %s()\n", __PRETTY_FUNCTION__));
23 return TRUE;