aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenctrl.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-06-04 10:46:32 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-06-04 10:46:32 +0100
commit77622d85cf3fd61e96b71750d75af58b60eddfc4 (patch)
treedb6846f36fd9489fd9f948a68337a80825bbb70c /tools/libxc/xenctrl.h
parentf5736f695844e57ab998aca512df32b747e0c710 (diff)
downloadxen-77622d85cf3fd61e96b71750d75af58b60eddfc4.tar.gz
xen-77622d85cf3fd61e96b71750d75af58b60eddfc4.tar.bz2
xen-77622d85cf3fd61e96b71750d75af58b60eddfc4.zip
libxc: Remove obsolete xc_find_device_number() declaration.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/libxc/xenctrl.h')
-rw-r--r--tools/libxc/xenctrl.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h
index b171d0832b..4bcf29d979 100644
--- a/tools/libxc/xenctrl.h
+++ b/tools/libxc/xenctrl.h
@@ -135,16 +135,6 @@ enum xc_open_flags {
int xc_interface_close(xc_interface *xch);
/*
- * KERNEL INTERFACES
- */
-
-/*
- * Resolve a kernel device name (e.g., "evtchn", "blktap0") into a kernel
- * device number. Returns -1 on error (and sets errno).
- */
-int xc_find_device_number(const char *name);
-
-/*
* DOMAIN DEBUGGING FUNCTIONS
*/