]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - hypervisor/arch/arm/include/asm/mmio.h
Merge remote-tracking branch 'kiszka/master'
[jailhouse.git] / hypervisor / arch / arm / include / asm / mmio.h
index a877b790f15d00b977d07478472f710bbefcfd84..09cbc044211546a97ea8aad303fe5438eb253d53 100644 (file)
@@ -1,22 +1 @@
-/*
- * Jailhouse, a Linux-based partitioning hypervisor
- *
- * Copyright (c) ARM Limited, 2014
- *
- * Authors:
- *  Jean-Philippe Brucker <jean-philippe.brucker@arm.com>
- *
- * This work is licensed under the terms of the GNU GPL, version 2.  See
- * the COPYING file in the top-level directory.
- */
-
-#include <jailhouse/types.h>
-
-struct mmio_access {
-       unsigned long addr;
-       bool is_write;
-       unsigned int size;
-       unsigned long val;
-};
-
-int arch_mmio_access(struct mmio_access *access);
+/* nothing to do here */