]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - hypervisor/arch/arm/mmio.c
core: Add generic MMIO access dispatching
[jailhouse.git] / hypervisor / arch / arm / mmio.c
index 04e4d731b3fe59fe1317d72c47c460f1e5036615..56e3ab3b0d4c06cee095e791381d7830c3c2600c 100644 (file)
 #include <asm/smp.h>
 #include <asm/traps.h>
 
+unsigned int arch_mmio_count_regions(struct cell *cell)
+{
+       return 1;
+}
+
 /* Taken from the ARM ARM pseudocode for taking a data abort */
 static void arch_inject_dabt(struct trap_context *ctx, unsigned long addr)
 {