]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - hypervisor/arch/arm/include/asm/gic_common.h
arm: Factor out gic_targets_in_cell
[jailhouse.git] / hypervisor / arch / arm / include / asm / gic_common.h
index 4c58933b75292bce450f94b81a19927ad5f1c2b4..162595363a879e7926a037ee351f4ccfdcc4e0fd 100644 (file)
@@ -55,6 +55,7 @@ enum mmio_result gic_handle_irq_route(struct mmio_access *mmio,
 void gic_handle_sgir_write(struct sgi *sgi, bool virt_input);
 void gic_handle_irq(struct per_cpu *cpu_data);
 void gic_target_spis(struct cell *config_cell, struct cell *dest_cell);
+bool gic_targets_in_cell(struct cell *cell, u8 targets);
 
 #endif /* !__ASSEMBLY__ */
 #endif /* !_JAILHOUSE_ASM_GIC_COMMON_H */