Rev 1135 | Rev 1327 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1135 | Rev 1313 | ||
|---|---|---|---|
| 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 | extern spinlock_t fb_lock; |
|
| 35 | void fb_init(__address addr, unsigned int x, unsigned int y, unsigned int bpp, unsigned int scan); |
36 | void fb_init(__address addr, unsigned int x, unsigned int y, unsigned int bpp, unsigned int scan); |
| 36 | 37 | ||
| 37 | #endif |
38 | #endif |