Rev 1313 | Rev 1371 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1313 | Rev 1327 | ||
---|---|---|---|
Line 32... | Line 32... | ||
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 | extern spinlock_t fb_lock; |
36 | 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); |
- | 37 | void fb_register(void); |
|
37 | 38 | ||
38 | #endif |
39 | #endif |