Subversion Repositories HelenOS-historic

Rev

Rev 1702 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1702 Rev 1780
Line 37... Line 37...
37
 
37
 
38
#include <typedefs.h>
38
#include <typedefs.h>
39
#include <arch/types.h>
39
#include <arch/types.h>
40
 
40
 
41
extern spinlock_t fb_lock;
41
extern spinlock_t fb_lock;
42
void fb_init(__address addr, unsigned int x, unsigned int y, unsigned int bpp, unsigned int scan);
42
void fb_init(uintptr_t addr, unsigned int x, unsigned int y, unsigned int bpp, unsigned int scan);
43
 
43
 
44
#endif
44
#endif
45
 
45
 
46
 /** @}
46
 /** @}
47
 */
47
 */