Files
libvirt/tests/testutilsxen.h
T

14 lines
246 B
C
Raw Normal View History

2014-12-15 21:30:05 -07:00
#ifndef _TESTUTILSXEN_H_
# define _TESTUTILSXEN_H_
# include "capabilities.h"
2016-06-14 08:21:01 +02:00
# ifdef WITH_LIBXL
# include "libxl/libxl_capabilities.h"
# endif
virCapsPtr testXenCapsInit(void);
2014-12-15 21:30:05 -07:00
virCapsPtr testXLInitCaps(void);
#endif /* _TESTUTILSXEN_H_ */