Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a577e38 authored by Konrad Rzeszutek Wilk's avatar Konrad Rzeszutek Wilk
Browse files

xen/blkback: Add the prefix XEN in the common.h.

parent 3d814731
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@
 * IN THE SOFTWARE.
 */

#ifndef __BLKIF__BACKEND__COMMON_H__
#define __BLKIF__BACKEND__COMMON_H__
#ifndef __XEN_BLKIF__BACKEND__COMMON_H__
#define __XEN_BLKIF__BACKEND__COMMON_H__

#include <linux/version.h>
#include <linux/module.h>
@@ -230,4 +230,4 @@ static inline void blkif_get_x86_64_req(struct blkif_request *dst,
		dst->u.rw.seg[i] = src->seg[i];
}

#endif /* __BLKIF__BACKEND__COMMON_H__ */
#endif /* __XEN_BLKIF__BACKEND__COMMON_H__ */