riscv/boot: Add a missing header include
commit757e99b1ebfa8bc2823ba686ab56bb9941b2f238
authorAlistair Francis <alistair.francis@wdc.com>
Thu, 23 Apr 2020 21:09:37 +0000 (23 14:09 -0700)
committerAlistair Francis <alistair.francis@wdc.com>
Wed, 3 Jun 2020 16:11:51 +0000 (3 09:11 -0700)
tree2488e394bd808c9dfcbf427c627a7f51b815530c
parent0869490b1cc4d917ac4eb3a02cac7d71149def91
riscv/boot: Add a missing header include

As the functions declared in this header use the symbol_fn_t
typedef itself declared in "hw/loader.h", we need to include
it here to make the header file self-contained.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Bin Meng <bin.meng@windriver.com>
include/hw/riscv/boot.h