aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenctrl.h
diff options
context:
space:
mode:
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>2012-02-06 05:03:32 -0800
committerDaniel De Graaf <dgdegra@tycho.nsa.gov>2012-02-06 05:03:32 -0800
commitde9eedb0d2fec5003e528c8d8b0f772a587c6049 (patch)
treeb3d9016db22e79d1df824a6318abbb4e819cd7b1 /tools/libxc/xenctrl.h
parent52ff92ec89ea79108bf3347b19eb5d35fac9d2e1 (diff)
downloadxen-de9eedb0d2fec5003e528c8d8b0f772a587c6049.tar.gz
xen-de9eedb0d2fec5003e528c8d8b0f772a587c6049.tar.bz2
xen-de9eedb0d2fec5003e528c8d8b0f772a587c6049.zip
tools/flask: remove libflask
This library has been deprecated since July 2010; remove the in-tree users and library. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'tools/libxc/xenctrl.h')
-rw-r--r--tools/libxc/xenctrl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h
index 84968062a8..5671194bd7 100644
--- a/tools/libxc/xenctrl.h
+++ b/tools/libxc/xenctrl.h
@@ -1955,6 +1955,9 @@ int xc_flask_context_to_sid(xc_interface *xc_handle, char *buf, uint32_t size, u
int xc_flask_sid_to_context(xc_interface *xc_handle, int sid, char *buf, uint32_t size);
int xc_flask_getenforce(xc_interface *xc_handle);
int xc_flask_setenforce(xc_interface *xc_handle, int mode);
+int xc_flask_getbool_byid(xc_interface *xc_handle, int id, char *name, uint32_t size, int *curr, int *pend);
+int xc_flask_getbool_byname(xc_interface *xc_handle, char *name, int *curr, int *pend);
+int xc_flask_setbool(xc_interface *xc_handle, char *name, int value, int commit);
int xc_flask_add_pirq(xc_interface *xc_handle, unsigned int pirq, char *scontext);
int xc_flask_add_ioport(xc_interface *xc_handle, unsigned long low, unsigned long high,
char *scontext);