Rev 2085 | Rev 3672 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2085 | Rev 2093 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | #define KERN_FB_H_ |
36 | #define KERN_FB_H_ |
| 37 | 37 | ||
| 38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
| 39 | #include <synch/spinlock.h> |
39 | #include <synch/spinlock.h> |
| 40 | 40 | ||
| 41 | extern spinlock_t fb_lock; |
41 | SPINLOCK_EXTERN(fb_lock); |
| 42 | void fb_init(uintptr_t addr, unsigned int x, unsigned int y, unsigned int scan, unsigned int visual); |
42 | void fb_init(uintptr_t addr, unsigned int x, unsigned int y, unsigned int scan, unsigned int visual); |
| 43 | 43 | ||
| 44 | #endif |
44 | #endif |
| 45 | 45 | ||
| 46 | /** @} |
46 | /** @} |