[OpenBIOS] r258 - in openbios-devel: arch/ppc/qemu config/examples drivers modules

Blue Swirl blauwirbel at gmail.com
Mon Nov 24 18:11:41 CET 2008


On 11/24/08, svn at openbios.org <svn at openbios.org> wrote:
> Author: stepan
>  Date: 2008-11-24 13:38:23 +0100 (Mon, 24 Nov 2008)
>  New Revision: 258

>   void
>  -init_video( void )
>  +init_video( uint32_t fb,  int width, int height, int depth, int rb )
>   {

Bad idea, breaks Sparc32.

arch/sparc32/../../modules/video.c: At top level:
arch/sparc32/../../modules/video.c:309: error: conflicting types for
'init_video'
include/openbios/drivers.h:24: error: previous declaration of
'init_video' was here



More information about the OpenBIOS mailing list