aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenctrl.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-12-01 21:20:14 +0000
committerKeir Fraser <keir@xen.org>2010-12-01 21:20:14 +0000
commit22787f2e107ca3d8717da0beea23518bb3e7a592 (patch)
tree86048b1bb8088014998efac604c3d1cf5ed8b6ca /tools/libxc/xenctrl.h
parent7fe20b9f9657a2541a5fdc6ad9f43a20f0daa431 (diff)
downloadxen-22787f2e107ca3d8717da0beea23518bb3e7a592.tar.gz
xen-22787f2e107ca3d8717da0beea23518bb3e7a592.tar.bz2
xen-22787f2e107ca3d8717da0beea23518bb3e7a592.zip
ARINC 653 scheduler
From: Josh Holtrop <Josh.Holtrop@dornerworks.com> Signed-off-by: Keir Fraser <keir@xen.org> Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
Diffstat (limited to 'tools/libxc/xenctrl.h')
-rw-r--r--tools/libxc/xenctrl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h
index 9c6a38c3b1..f4dde880f8 100644
--- a/tools/libxc/xenctrl.h
+++ b/tools/libxc/xenctrl.h
@@ -645,6 +645,16 @@ int xc_sched_credit2_domain_get(xc_interface *xch,
uint32_t domid,
struct xen_domctl_sched_credit2 *sdom);
+int
+xc_sched_arinc653_schedule_set(
+ xc_interface *xch,
+ struct xen_sysctl_arinc653_schedule *schedule);
+
+int
+xc_sched_arinc653_schedule_get(
+ xc_interface *xch,
+ struct xen_sysctl_arinc653_schedule *schedule);
+
/**
* This function sends a trigger to a domain.
*