Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * 9pfs.h -- Xen 9PFS transport
0004  *
0005  * Copyright (C) 2017 Stefano Stabellini <stefano@aporeto.com>
0006  */
0007 
0008 #ifndef __XEN_PUBLIC_IO_9PFS_H__
0009 #define __XEN_PUBLIC_IO_9PFS_H__
0010 
0011 #include "xen/interface/io/ring.h"
0012 
0013 /*
0014  * See docs/misc/9pfs.markdown in xen.git for the full specification:
0015  * https://xenbits.xen.org/docs/unstable/misc/9pfs.html
0016  */
0017 DEFINE_XEN_FLEX_RING_AND_INTF(xen_9pfs);
0018 
0019 #endif