13#ifndef XEN_GUEST_HANDLE
15#define __XEN_GUEST_HANDLE(name) __guest_handle_ ## name
17#define XEN_GUEST_HANDLE(name) __XEN_GUEST_HANDLE(name)
19#define ___DEFINE_XEN_GUEST_HANDLE(name, type) \
20 typedef type * __XEN_GUEST_HANDLE(name)
22#define __DEFINE_XEN_GUEST_HANDLE(name, type) \
23 ___DEFINE_XEN_GUEST_HANDLE(name, type); \
24 ___DEFINE_XEN_GUEST_HANDLE(const_##name, const type)
26#define DEFINE_XEN_GUEST_HANDLE(name) __DEFINE_XEN_GUEST_HANDLE(name, name)
36#define XEN_LEGACY_MAX_VCPUS 0
static unsigned int unsigned long unsigned long arg2
static unsigned int unsigned long unsigned long unsigned long unsigned long arg4
static unsigned int unsigned long arg1
static unsigned int hypercall
static unsigned int unsigned long unsigned long unsigned long arg3
static unsigned int unsigned long unsigned long unsigned long unsigned long unsigned long arg5
#define __unused
Declare a variable or data structure as unused.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
unsigned long xen_ulong_t