j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
On 11/24/08, svn@openbios.org svn@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