From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aravindh Puthiyaparambil Subject: [PATCH] x86/mem_access: Fix up mem_access.h Date: Tue, 8 Apr 2014 18:26:37 -0700 Message-ID: <1397006797-24714-1-git-send-email-aravindp@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WXhI6-0000Oe-DT for xen-devel@lists.xenproject.org; Wed, 09 Apr 2014 01:27:02 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Tim Deegan , Keir Fraser , Jan Beulich List-Id: xen-devel@lists.xenproject.org Fix filename in the description Add double inclusion guard Signed-off-by: Aravindh Puthiyaparambil 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