summaryrefslogtreecommitdiffstats
path: root/sys/xen
diff options
context:
space:
mode:
authorroyger <royger@FreeBSD.org>2014-06-16 08:54:04 +0000
committerroyger <royger@FreeBSD.org>2014-06-16 08:54:04 +0000
commitac5689b4147a8dcf78382390fb0ea89b2578e547 (patch)
tree1dd16ff05e2f057f3021b95e04768f2f3d77dd30 /sys/xen
parent152e3229be48dc6ee69121822fb4ebef552d35b1 (diff)
downloadFreeBSD-src-ac5689b4147a8dcf78382390fb0ea89b2578e547.zip
FreeBSD-src-ac5689b4147a8dcf78382390fb0ea89b2578e547.tar.gz
xen: add missing files
Commit missing files that actually belong to previous commits. Sponsored by: Citrix Systems R&D Approved by: gibbs
Diffstat (limited to 'sys/xen')
-rw-r--r--sys/xen/xen_pv.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/sys/xen/xen_pv.h b/sys/xen/xen_pv.h
new file mode 100644
index 0000000..ffc7388
--- /dev/null
+++ b/sys/xen/xen_pv.h
@@ -0,0 +1,34 @@
+/*-
+ * Copyright (c) 2014 Roger Pau Monné <roger.pau@citrix.com>
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ * $FreeBSD$
+ */
+
+#ifndef __XEN_PV_H__
+#define __XEN_PV_H__
+
+extern struct apic_ops xen_apic_ops;
+
+#endif
OpenPOWER on IntegriCloud