Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2084 → Rev 2085

/trunk/kernel/genarch/include/fb/fb.h
35,8 → 35,8
#ifndef KERN_FB_H_
#define KERN_FB_H_
 
#include <typedefs.h>
#include <arch/types.h>
#include <synch/spinlock.h>
 
extern spinlock_t fb_lock;
void fb_init(uintptr_t addr, unsigned int x, unsigned int y, unsigned int scan, unsigned int visual);