Subversion Repositories Kolibri OS

Rev

Rev 4279 | Rev 5056 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4279 Rev 4538
Line 1008... Line 1008...
1008
				u32 height, u32 shift_high, u32 shift_low, u32 mod);
1008
				u32 height, u32 shift_high, u32 shift_low, u32 mod);
1009
extern void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height);
1009
extern void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height);
1010
extern void fb_set_suspend(struct fb_info *info, int state);
1010
extern void fb_set_suspend(struct fb_info *info, int state);
1011
extern int fb_get_color_depth(struct fb_var_screeninfo *var,
1011
extern int fb_get_color_depth(struct fb_var_screeninfo *var,
1012
			      struct fb_fix_screeninfo *fix);
1012
			      struct fb_fix_screeninfo *fix);
1013
extern int fb_get_options(char *name, char **option);
1013
extern int fb_get_options(const char *name, char **option);
1014
extern int fb_new_modelist(struct fb_info *info);
1014
extern int fb_new_modelist(struct fb_info *info);
Line 1015... Line 1015...
1015
 
1015
 
1016
extern struct fb_info *registered_fb[FB_MAX];
1016
extern struct fb_info *registered_fb[FB_MAX];
1017
extern int num_registered_fb;
1017
extern int num_registered_fb;