diff options
Diffstat (limited to 'drivers/video/aty/atyfb.h')
-rw-r--r-- | drivers/video/aty/atyfb.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/video/aty/atyfb.h b/drivers/video/aty/atyfb.h index 55fb8b04489b..b04f49fb976a 100644 --- a/drivers/video/aty/atyfb.h +++ b/drivers/video/aty/atyfb.h | |||
@@ -355,5 +355,9 @@ static inline void wait_for_idle(struct atyfb_par *par) | |||
355 | 355 | ||
356 | extern void aty_reset_engine(const struct atyfb_par *par); | 356 | extern void aty_reset_engine(const struct atyfb_par *par); |
357 | extern void aty_init_engine(struct atyfb_par *par, struct fb_info *info); | 357 | extern void aty_init_engine(struct atyfb_par *par, struct fb_info *info); |
358 | extern void aty_st_pll_ct(int offset, u8 val, const struct atyfb_par *par); | ||
359 | extern u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par); | 358 | extern u8 aty_ld_pll_ct(int offset, const struct atyfb_par *par); |
359 | |||
360 | void atyfb_copyarea(struct fb_info *info, const struct fb_copyarea *area); | ||
361 | void atyfb_fillrect(struct fb_info *info, const struct fb_fillrect *rect); | ||
362 | void atyfb_imageblit(struct fb_info *info, const struct fb_image *image); | ||
363 | |||