From: Aravindh Puthiyaparambil Date: Mon, 14 Apr 2014 10:42:26 +0000 (+0200) Subject: x86: fix up mem_access.h X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5216 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b144a816e6333682197324c343ce1a1a46cb1355;p=xen.git x86: fix up mem_access.h Fix filename in the description Add double inclusion guard Signed-off-by: Aravindh Puthiyaparambil Acked-by: Tim Deegan --- diff --git a/xen/include/asm-x86/mem_access.h b/xen/include/asm-x86/mem_access.h index 88ae3fc1ce..60c2834ece 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: