Subversion Repositories HelenOS

Rev

Rev 2927 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2927 Rev 3674
Line 40... Line 40...
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_CGSIX,
-
 
46
    SCR_XVR
46
} scr_type_t;
47
} scr_type_t;
47
 
48
 
48
extern scr_type_t scr_type;
49
extern scr_type_t scr_type;
49
 
50
 
50
extern void scr_init(ofw_tree_node_t *node);
51
extern void scr_init(ofw_tree_node_t *node);