aboutsummaryrefslogtreecommitdiff
path: root/lib/libvirtio/virtio.in
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-01-13 12:07:42 +1100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-01-19 17:17:50 +1100
commitca610c931e2b0004c44f748cb813580b09c60489 (patch)
treecf17ebaa02078827068b534bb95d4540bd848678 /lib/libvirtio/virtio.in
parentadde61dfebe5ba4c519b120e8b33f1f8a3c93151 (diff)
downloadSLOF-ca610c931e2b0004c44f748cb813580b09c60489.zip
SLOF-ca610c931e2b0004c44f748cb813580b09c60489.tar.gz
SLOF-ca610c931e2b0004c44f748cb813580b09c60489.tar.bz2
Move virtio to a separate library
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'lib/libvirtio/virtio.in')
-rw-r--r--lib/libvirtio/virtio.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/libvirtio/virtio.in b/lib/libvirtio/virtio.in
new file mode 100644
index 0000000..1f2cfd1
--- /dev/null
+++ b/lib/libvirtio/virtio.in
@@ -0,0 +1,18 @@
+/******************************************************************************
+ * Copyright (c) 2004, 2011 IBM Corporation
+ * All rights reserved.
+ * This program and the accompanying materials
+ * are made available under the terms of the BSD License
+ * which accompanies this distribution, and is available at
+ * http://www.opensource.org/licenses/bsd-license.php
+ *
+ * Contributors:
+ * IBM Corporation - initial implementation
+ *****************************************************************************/
+
+cod(virtio-vring-size)
+cod(virtio-get-qsize)
+cod(virtio-get-config)
+cod(virtio-blk-init)
+cod(virtio-blk-shutdown)
+cod(virtio-blk-read)