Subversion Repositories HelenOS

Rev

Rev 3529 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3529 Rev 4634
Line 394... Line 394...
394
uintptr_t gxemul_get_fb_address(void)
394
uintptr_t gxemul_get_fb_address(void)
395
{
395
{
396
    return (uintptr_t) GXEMUL_FB;
396
    return (uintptr_t) GXEMUL_FB;
397
}
397
}
398
 
398
 
-
 
399
/*
-
 
400
 * GXEMUL specific frame initialization
-
 
401
 */
-
 
402
void gxemul_frame_init(void)
-
 
403
{
-
 
404
}
399
/** @}
405
/** @}
400
 */
406
 */