]> Git Repo - qemu.git/commit
include/hw/or-irq.h: Add missing include guard
authorPeter Maydell <[email protected]>
Fri, 2 Mar 2018 10:45:38 +0000 (10:45 +0000)
committerPeter Maydell <[email protected]>
Fri, 2 Mar 2018 11:03:45 +0000 (11:03 +0000)
commit439f122f760c0327f60228047652638d769a836c
tree508daa9c55730bdbde4e1881c51214eb115bace8
parenta7bc4ee528c66486e43e815429b4aaf8cf2049d5
include/hw/or-irq.h: Add missing include guard

The or-irq.h header file is missing the customary guard against
multiple inclusion, which means compilation fails if it gets
included twice. Fix the omission.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-id: 20180220180325[email protected]
include/hw/or-irq.h
This page took 0.026966 seconds and 4 git commands to generate.