This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / xen / xencons.h
diff --git a/include/xen/xencons.h b/include/xen/xencons.h
new file mode 100644 (file)
index 0000000..fa2160d
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef __ASM_XENCONS_H__
+#define __ASM_XENCONS_H__
+
+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_tx(void);
+
+int xencons_ring_init(void);
+int xencons_ring_send(const char *data, unsigned len);
+
+#endif /* __ASM_XENCONS_H__ */