mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
4392d2d49b
Signed-off-by: Jim Fehlig <jfehlig@suse.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
12 lines
211 B
C
12 lines
211 B
C
#ifndef _TESTUTILSXEN_H_
|
|
# define _TESTUTILSXEN_H_
|
|
|
|
# include "capabilities.h"
|
|
# ifdef WITH_LIBXL
|
|
# include "libxl/libxl_capabilities.h"
|
|
# endif
|
|
|
|
virCapsPtr testXLInitCaps(void);
|
|
|
|
#endif /* _TESTUTILSXEN_H_ */
|