From: Aravindh Puthiyaparambil <aravindp@cisco.com>
To: xen-devel@lists.xenproject.org
Cc: Tim Deegan <tim@xen.org>, Keir Fraser <keir@xen.org>,
Jan Beulich <jbeulich@suse.com>
Subject: [PATCH] x86/mem_access: Fix up mem_access.h
Date: Tue, 8 Apr 2014 18:26:37 -0700 [thread overview]
Message-ID: <1397006797-24714-1-git-send-email-aravindp@cisco.com> (raw)
Fix filename in the description
Add double inclusion guard
Signed-off-by: Aravindh Puthiyaparambil <aravindp@cisco.com>
diff --git a/xen/include/asm-x86/mem_access.h b/xen/include/asm-x86/mem_access.h
index 88ae3fc..60c2834 100644
--- a/xen/include/asm-x86/mem_access.h
+++ b/xen/include/asm-x86/mem_access.h
@@ -1,5 +1,5 @@
/******************************************************************************
- * include/asm-x86/mem_paging.h
+ * include/asm-x86/mem_access.h
*
* Memory access support.
*
@@ -20,10 +20,13 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifndef _XEN_ASM_MEM_ACCESS_H
+#define _XEN_ASM_MEM_ACCESS_H
int mem_access_memop(struct domain *d, xen_mem_event_op_t *meo);
int mem_access_send_req(struct domain *d, mem_event_request_t *req);
+#endif /* _XEN_ASM_MEM_ACCESS_H */
/*
* Local variables:
--
1.8.3.2
next reply other threads:[~2014-04-09 1:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-09 1:26 Aravindh Puthiyaparambil [this message]
2014-04-13 20:30 ` [PATCH] x86/mem_access: Fix up mem_access.h Tim Deegan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1397006797-24714-1-git-send-email-aravindp@cisco.com \
--to=aravindp@cisco.com \
--cc=jbeulich@suse.com \
--cc=keir@xen.org \
--cc=tim@xen.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).