Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
5a577e38
Commit
5a577e38
authored
May 12, 2011
by
Konrad Rzeszutek Wilk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xen/blkback: Add the prefix XEN in the common.h.
Signed-off-by:
Konrad Rzeszutek Wilk
<
konrad.wilk@oracle.com
>
parent
3d814731
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/block/xen-blkback/common.h
drivers/block/xen-blkback/common.h
+3
-3
No files found.
drivers/block/xen-blkback/common.h
View file @
5a577e38
...
...
@@ -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__ */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment