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: nvme-next-pull-request~286^2~46 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bb3b8821a326d18294ce31bdd350bb27a139940e;p=qemu-nvme.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