hw/char/pl011: Move pl011_loopback_enabled|tx() around
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 18 Jul 2024 15:47:28 +0000 (17:47 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 13 Sep 2024 18:11:13 +0000 (20:11 +0200)
commit1fb2721aa65daddb4ce1dca705b56c08f1dfbd54
treee41e3867f564048fe20daac978204119fc30db5b
parent566080226c7e6bd83ecf69914feb4f8dd7e333eb
hw/char/pl011: Move pl011_loopback_enabled|tx() around

We'll soon use pl011_loopback_enabled() and pl011_loopback_tx()
from functions defined before their declarations. In order to
avoid forward-declaring them, move them around.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20240719181041.49545-5-philmd@linaro.org>
hw/char/pl011.c