From: Richard Henderson Date: Thu, 28 Apr 2022 08:14:02 +0000 (-0700) Subject: semihosting: Move common-semi.h to include/semihosting/ X-Git-Tag: v7.1.0-rc0~48^2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb3b8821a326d18294ce31bdd350bb27a139940e;p=thirdparty%2Fqemu.git semihosting: Move common-semi.h to include/semihosting/ This header is not private to the top-level semihosting directory, so place it in the public include directory. Reviewed-by: Alex Bennée Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- diff --git a/semihosting/common-semi.h b/include/semihosting/common-semi.h similarity index 100% rename from semihosting/common-semi.h rename to include/semihosting/common-semi.h