aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/hypercall.h
blob: e8405078e129fd313fd99ec3b9cf11191802b009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __ASM_ARM_HYPERCALL_H__
#define __ASM_ARM_HYPERCALL_H__

#include <public/domctl.h> /* for arch_do_domctl */

#endif /* __ASM_ARM_HYPERCALL_H__ */
/*
 * Local variables:
 * mode: C
 * c-set-style: "BSD"
 * c-basic-offset: 4
 * indent-tabs-mode: nil
 * End:
 */