summaryrefslogtreecommitdiff
path: root/xen/arch/x86/include/asm/hvm/guest_access.h
blob: edacba75db06946639ca0e4da45a3b409771bfed (plain)
1
2
3
4
5
6
7
8
#ifndef __ASM_X86_HVM_GUEST_ACCESS_H__
#define __ASM_X86_HVM_GUEST_ACCESS_H__

unsigned int copy_to_user_hvm(void *to, const void *from, unsigned int len);
unsigned int clear_user_hvm(void *to, unsigned int len);
unsigned int copy_from_user_hvm(void *to, const void *from, unsigned int len);

#endif /* __ASM_X86_HVM_GUEST_ACCESS_H__ */