Rev 1376 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1376 | Rev 1382 | ||
---|---|---|---|
Line 33... | Line 33... | ||
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 | 37 | ||
38 | /* To be implemented by architecture. */ |
- | |
39 | void fb_map_arch(__address virtaddr, __address physaddr, size_t size); |
- | |
40 | - | ||
41 | #endif |
38 | #endif |