aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_osdeps.h
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2010-07-23 19:13:29 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2010-07-23 19:13:29 +0100
commita438f9140ab532c229a14be5bc45e2702cc0b36b (patch)
treec4b53a4dcd1a8796365faa6fca80959775a19bf5 /tools/libxl/libxl_osdeps.h
parentc8f6739e2e2491832238e784535d2f964734a162 (diff)
downloadxen-a438f9140ab532c229a14be5bc45e2702cc0b36b.tar.gz
xen-a438f9140ab532c229a14be5bc45e2702cc0b36b.tar.bz2
xen-a438f9140ab532c229a14be5bc45e2702cc0b36b.zip
tools/libxl: Revert broken NetBSD portability patches
Revert df9d8319bd37 Fix blktap2 NetBSD build and also revert broken change e76befc7fe2d portability fixes from tools/console 24277e3237ca Fix linking error when creating the xl binary. Now it builds again.
Diffstat (limited to 'tools/libxl/libxl_osdeps.h')
-rw-r--r--tools/libxl/libxl_osdeps.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/libxl/libxl_osdeps.h b/tools/libxl/libxl_osdeps.h
index 0dd22d89d4..fc453c3553 100644
--- a/tools/libxl/libxl_osdeps.h
+++ b/tools/libxl/libxl_osdeps.h
@@ -23,8 +23,6 @@
#define _GNU_SOURCE
-#include <libxl_internal.h>
-
#ifdef NEED_OWN_ASPRINTF
#include <stdarg.h>
@@ -32,23 +30,4 @@ int asprintf(char **buffer, char *fmt, ...);
int vasprintf(char **buffer, const char *fmt, va_list ap);
#endif /*NEED_OWN_ASPRINTF*/
-/*
- * blktap2 support
- */
-
-/* libxl_blktap_enabled:
- * return true if blktap/blktap2 support is available.
- */
-int libxl_blktap_enabled(struct libxl_ctx *ctx);
-
-/* libxl_blktap_devpath:
- * Argument: path and disk image as specified in config file.
- * The type specifies whether this is aio, qcow, qcow2, etc.
- * returns device path xenstore wants to have. returns NULL
- * if no device corresponds to the disk.
- */
-const char *libxl_blktap_devpath(struct libxl_ctx *ctx,
- const char *disk,
- libxl_disk_phystype phystype);
-
#endif