summaryrefslogtreecommitdiff
path: root/drivers/vfio/platform/vfio_platform_common.c
diff options
context:
space:
mode:
authorEric Auger <eric.auger@linaro.org>2015-06-15 09:09:42 (GMT)
committerAlex Williamson <alex.williamson@redhat.com>2015-06-17 21:39:09 (GMT)
commit9f85d8f9fa342b22f01b8b4416c850bac00c2b4a (patch)
tree46d220b8f091d712bb756183a0bb01c8e93878e4 /drivers/vfio/platform/vfio_platform_common.c
parent20f300175a1e150dae231e21dfa1fc4c6fcf4db6 (diff)
downloadlinux-9f85d8f9fa342b22f01b8b4416c850bac00c2b4a.tar.xz
VFIO: platform: add reset struct and lookup table
This patch introduces the vfio_platform_reset_combo struct that stores all the information useful to handle the reset modality: compat string, name of the reset function, name of the module that implements the reset function. A lookup table of such structures is added, currently void. Signed-off-by: Eric Auger <eric.auger@linaro.org> Acked-by: Baptiste Reynal <b.reynal@virtualopensystems.com> Tested-by: Baptiste Reynal <b.reynal@virtualopensystems.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/vfio/platform/vfio_platform_common.c')
-rw-r--r--drivers/vfio/platform/vfio_platform_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/vfio/platform/vfio_platform_common.c b/drivers/vfio/platform/vfio_platform_common.c
index abcff7a..611597e 100644
--- a/drivers/vfio/platform/vfio_platform_common.c
+++ b/drivers/vfio/platform/vfio_platform_common.c
@@ -25,6 +25,9 @@
static DEFINE_MUTEX(driver_lock);
+static const struct vfio_platform_reset_combo reset_lookup_table[] = {
+};
+
static int vfio_platform_regions_init(struct vfio_platform_device *vdev)
{
int cnt = 0, i;