blob: 7a615c3f5e3d51bd99fb7a3c4665c48f17968741 [file] [log] [blame]
Eric Van Hensbergenb530cc72007-10-23 13:47:31 -05001#ifndef _LINUX_VIRTIO_9P_H
2#define _LINUX_VIRTIO_9P_H
Rusty Russell674bfc22008-07-25 12:06:03 -05003/* This header is BSD licensed so anyone can use the definitions to implement
4 * compatible drivers/servers. */
Christian Borntraegere95646c2009-09-30 11:17:21 +02005#include <linux/virtio_ids.h>
Eric Van Hensbergenb530cc72007-10-23 13:47:31 -05006#include <linux/virtio_config.h>
7
Eric Van Hensbergenb530cc72007-10-23 13:47:31 -05008/* Maximum number of virtio channels per partition (1 for now) */
Aneesh Kumar K.Vf75580c2010-02-15 17:27:00 +00009#define MAX_9P_CHAN 10
Eric Van Hensbergenb530cc72007-10-23 13:47:31 -050010
11#endif /* _LINUX_VIRTIO_9P_H */