wip.
[AROS.git] / arch / arm-native / soc / broadcom / 2708 / hidd / videocoregfx / videocoregfx_hardware.c
blobe00d10263cb95044444d09fbf0a883aac9e2fe77
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 1
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;