target/mips: Introduce tcg-internal.h for TCG specific declarations
commit6fe25ce58798815237307cf1924ef5b4d13cac99
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 18 Apr 2021 13:09:50 +0000 (18 15:09 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 2 May 2021 14:49:34 +0000 (2 16:49 +0200)
tree420586cd848fc5b92f073991949d02a69a5a4a4e
parent46369b50ee3f72782507a7f88158fa62753be469
target/mips: Introduce tcg-internal.h for TCG specific declarations

We will gradually move TCG-specific declarations to a new local
header: "tcg-internal.h". To keep review simple, first add this
header with 2 TCG prototypes, which we are going to move in the
next 2 commits.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210428170410.479308-13-f4bug@amsat.org>
target/mips/internal.h
target/mips/tcg/tcg-internal.h [new file with mode: 0644]