[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] x86/mem_access: Fix up mem_access.h
At 18:26 -0700 on 08 Apr (1396977997), Aravindh Puthiyaparambil wrote: > Fix filename in the description > Add double inclusion guard > > Signed-off-by: Aravindh Puthiyaparambil <aravindp@xxxxxxxxx> Acked-by: Tim Deegan <tim@xxxxxxx> I'm (mostly) AFK this week; I'll commit this next week if nobody else does in the meantime. Cheers, Tim. > 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 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |