diff options
author | Bin Meng <bin.meng@windriver.com> | 2020-10-13 16:33:53 +0800 |
---|---|---|
committer | Alistair Francis <alistair.francis@wdc.com> | 2020-10-22 12:00:22 -0700 |
commit | 801da1701cbc3f904639706e830ba20098d0ab5f (patch) | |
tree | 2d10d83c54a22a621503987c289f1849ecd0e3c2 | |
parent | 69430111ab2fe3f32548a0e70437655d0d937a6a (diff) |
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 <bin.meng@windriver.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 1602578033-68384-1-git-send-email-bmeng.cn@gmail.com
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
-rw-r--r-- | include/hw/intc/sifive_plic.h (renamed from hw/intc/sifive_plic.h) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/hw/intc/sifive_plic.h b/include/hw/intc/sifive_plic.h index b75b1f145d..b75b1f145d 100644 --- a/hw/intc/sifive_plic.h +++ b/include/hw/intc/sifive_plic.h |