From b530cc794024be227876a089e66fb17b7b512763 Mon Sep 17 00:00:00 2001 From: Eric Van Hensbergen Date: Tue, 23 Oct 2007 13:47:31 -0500 Subject: 9p: add virtio transport This adds a transport to 9p for communicating between guests and a host using a virtio based transport. Signed-off-by: Eric Van Hensbergen --- include/linux/virtio_9p.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/linux/virtio_9p.h (limited to 'include/linux/virtio_9p.h') diff --git a/include/linux/virtio_9p.h b/include/linux/virtio_9p.h new file mode 100644 index 00000000000..8eff0b53910 --- /dev/null +++ b/include/linux/virtio_9p.h @@ -0,0 +1,10 @@ +#ifndef _LINUX_VIRTIO_9P_H +#define _LINUX_VIRTIO_9P_H +#include + +/* The ID for virtio console */ +#define VIRTIO_ID_9P 9 +/* Maximum number of virtio channels per partition (1 for now) */ +#define MAX_9P_CHAN 1 + +#endif /* _LINUX_VIRTIO_9P_H */ -- cgit v1.2.3