x86: fix up mem_access.h
authorAravindh Puthiyaparambil <aravindp@cisco.com>
Mon, 14 Apr 2014 10:42:26 +0000 (12:42 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 14 Apr 2014 10:42:26 +0000 (12:42 +0200)
Fix filename in the description
Add double inclusion guard

Signed-off-by: Aravindh Puthiyaparambil <aravindp@cisco.com>
Acked-by: Tim Deegan <tim@xen.org>
xen/include/asm-x86/mem_access.h

index 88ae3fc1ce922d2cab17e0500d54800b485241e3..60c2834ece475777f969a3048c6ab36c66bf5118 100644 (file)
@@ -1,5 +1,5 @@
 /******************************************************************************
- * include/asm-x86/mem_paging.h
+ * include/asm-x86/mem_access.h
  *
  * Memory access support.
  *
  * 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: