Rev 837 | Rev 1135 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 837 | Rev 838 | ||
|---|---|---|---|
| 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 | void fb_init(__address addr, int x, int y); |
35 | void fb_init(__address addr, int x, int y, int bytes); |
| 36 | 36 | ||
| 37 | #endif |
37 | #endif |