Subversion Repositories HelenOS-historic

Rev

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

Rev 838 Rev 1135
Line 30... Line 30...
30
#define _FB_H_
30
#define _FB_H_
31
 
31
 
32
#include <typedefs.h>
32
#include <typedefs.h>
33
#include <arch/types.h>
33
#include <arch/types.h>
34
 
34
 
35
void fb_init(__address addr, int x, int y, int bytes);
35
void fb_init(__address addr, unsigned int x, unsigned int y, unsigned int bpp, unsigned int scan);
36
 
36
 
37
#endif
37
#endif