mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h'
We already provide "hw/misc/mips_itu.h" to declare prototype related to MIPSITUState. Move itc_reconfigure() declaration there. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231009171443.12145-3-philmd@linaro.org>
This commit is contained in:
parent
30a8d3a142
commit
db646e830e
3 changed files with 3 additions and 3 deletions
|
@ -79,4 +79,6 @@ struct MIPSITUState {
|
|||
/* Get ITC Configuration Tag memory region. */
|
||||
MemoryRegion *mips_itu_get_tag_region(MIPSITUState *itu);
|
||||
|
||||
void itc_reconfigure(struct MIPSITUState *tag);
|
||||
|
||||
#endif /* MIPS_ITU_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue