Each of these commits introduced a function prototype referencing a
structure which hadn't at least been forward declared. Add such
declarations.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
/* NOTE: Assumed to be only 4 bits right now on x86. */
} p2m_access_t;
+struct p2m_domain;
bool xenmem_access_to_p2m_access(const struct p2m_domain *p2m,
xenmem_access_t xaccess,
p2m_access_t *paccess);
int p2m_set_suppress_ve(struct domain *d, gfn_t gfn, bool suppress_ve,
unsigned int altp2m_idx);
+struct xen_hvm_altp2m_suppress_ve_multi;
int p2m_set_suppress_ve_multi(struct domain *d,
struct xen_hvm_altp2m_suppress_ve_multi *suppress_ve);