X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fxen%2Fxencons.h;h=01a46b202cb8acd2b6c20e8acd0acf8f4b8a49e7;hb=refs%2Fheads%2Fvserver;hp=fa2160d89d6ff7da9171d7acc51428cb61029176;hpb=1db395853d4f30d6120458bd279ede1f882a8525;p=linux-2.6.git diff --git a/include/xen/xencons.h b/include/xen/xencons.h index fa2160d89..01a46b202 100644 --- a/include/xen/xencons.h +++ b/include/xen/xencons.h @@ -1,11 +1,14 @@ #ifndef __ASM_XENCONS_H__ #define __ASM_XENCONS_H__ +struct dom0_vga_console_info; +void dom0_init_screen_info(const struct dom0_vga_console_info *info); + void xencons_force_flush(void); void xencons_resume(void); /* Interrupt work hooks. Receive data, or kick data out. */ -void xencons_rx(char *buf, unsigned len, struct pt_regs *regs); +void xencons_rx(char *buf, unsigned len); void xencons_tx(void); int xencons_ring_init(void);