From: Bin Meng Date: Tue, 13 Oct 2020 08:33:53 +0000 (+0800) Subject: hw/intc: Move sifive_plic.h to the include directory X-Git-Tag: v5.2.0-rc0~37^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=801da1701cbc3f904639706e830ba20098d0ab5f;p=thirdparty%2Fqemu.git hw/intc: Move sifive_plic.h to the include directory Since sifive_plic.h is used by hw/intc/sifive_plic.c, it has to be in the public include directory. Move it. Fixes: 84fcf3c15111 ("hw/riscv: Move sifive_plic model to hw/intc") Signed-off-by: Bin Meng Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Message-id: 1602578033-68384-1-git-send-email-bmeng.cn@gmail.com Signed-off-by: Alistair Francis --- diff --git a/hw/intc/sifive_plic.h b/include/hw/intc/sifive_plic.h similarity index 100% rename from hw/intc/sifive_plic.h rename to include/hw/intc/sifive_plic.h