This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / xen / xencons.h
1 #ifndef __ASM_XENCONS_H__
2 #define __ASM_XENCONS_H__
3
4 void xencons_force_flush(void);
5 void xencons_resume(void);
6
7 /* Interrupt work hooks. Receive data, or kick data out. */
8 void xencons_rx(char *buf, unsigned len, struct pt_regs *regs);
9 void xencons_tx(void);
10
11 int xencons_ring_init(void);
12 int xencons_ring_send(const char *data, unsigned len);
13
14 #endif /* __ASM_XENCONS_H__ */