Subversion Repositories HelenOS

Rev

Rev 3386 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3386 Rev 4153
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);
-
 
52
extern void scr_redraw(void);
51
 
53
 
52
#endif
54
#endif
53
 
55
 
54
/** @}
56
/** @}
55
 */
57
 */