Rev 1327 | Rev 1382 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1327 | Rev 1371 | ||
---|---|---|---|
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); |
- | |
38 | 37 | ||
39 | #endif |
38 | #endif |