X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ppc64%2Fbtext.h;h=67aef0cc72c0f340b4523f79f8fbc207109f119a;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=ba6b5b3ae98a0a39c1e4b91af27fcc66f06d8a9a;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/asm-ppc64/btext.h b/include/asm-ppc64/btext.h index ba6b5b3ae..67aef0cc7 100644 --- a/include/asm-ppc64/btext.h +++ b/include/asm-ppc64/btext.h @@ -7,23 +7,20 @@ #define __PPC_BTEXT_H #ifdef __KERNEL__ -#include - extern void btext_clearscreen(void); extern void btext_flushscreen(void); -extern boot_infos_t disp_bi; extern int boot_text_mapped; -void btext_setup_display(int width, int height, int depth, int pitch, - unsigned long address); -void map_boot_text(void); -void btext_update_display(unsigned long phys, int width, int height, - int depth, int pitch); +extern int btext_initialize(struct device_node *np); + +extern void map_boot_text(void); +extern void btext_update_display(unsigned long phys, int width, int height, + int depth, int pitch); -void btext_drawchar(char c); -void btext_drawstring(const char *str); -void btext_drawhex(unsigned long v); +extern void btext_drawchar(char c); +extern void btext_drawstring(const char *str); +extern void btext_drawhex(unsigned long v); #endif /* __KERNEL__ */ #endif /* __PPC_BTEXT_H */