Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2093 → Rev 2092

/trunk/kernel/genarch/include/fb/fb.h
38,7 → 38,7
#include <arch/types.h>
#include <synch/spinlock.h>
 
SPINLOCK_EXTERN(fb_lock);
extern spinlock_t fb_lock;
void fb_init(uintptr_t addr, unsigned int x, unsigned int y, unsigned int scan, unsigned int visual);
 
#endif