Rev 3790 | Rev 4676 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3790 | Rev 4011 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | #include <arch/drivers/scr.h> |
35 | #include <arch/drivers/scr.h> |
36 | #include <genarch/ofw/ofw_tree.h> |
36 | #include <genarch/ofw/ofw_tree.h> |
37 | #include <genarch/fb/fb.h> |
37 | #include <genarch/fb/fb.h> |
38 | #include <genarch/fb/visuals.h> |
38 | #include <genarch/fb/visuals.h> |
39 | #include <arch/types.h> |
39 | #include <arch/types.h> |
40 | #include <func.h> |
40 | #include <string.h> |
41 | #include <align.h> |
41 | #include <align.h> |
42 | #include <print.h> |
42 | #include <print.h> |
43 | 43 | ||
44 | #define FFB_REG_24BPP 7 |
44 | #define FFB_REG_24BPP 7 |
45 | 45 |