Rev 2071 | Rev 3736 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2510 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | #include <genarch/ofw/ofw_tree.h> |
39 | #include <genarch/ofw/ofw_tree.h> |
40 | 40 | ||
41 | typedef enum { |
41 | typedef enum { |
42 | SCR_UNKNOWN, |
42 | SCR_UNKNOWN, |
43 | SCR_ATYFB, |
43 | SCR_ATYFB, |
44 | SCR_FFB |
44 | SCR_FFB, |
- | 45 | SCR_CGSIX |
|
45 | } scr_type_t; |
46 | } scr_type_t; |
46 | 47 | ||
47 | extern scr_type_t scr_type; |
48 | extern scr_type_t scr_type; |
48 | 49 | ||
49 | extern void scr_init(ofw_tree_node_t *node); |
50 | extern void scr_init(ofw_tree_node_t *node); |