[PATCH v3 13/49] semihosting: Move common-semi.h to include/semihosting/

Richard Henderson posted 49 patches 3 years, 1 month ago
There is a newer version of this series
[PATCH v3 13/49] semihosting: Move common-semi.h to include/semihosting/
Posted by Richard Henderson 3 years, 1 month ago
This header is not private to the top-level semihosting directory,
so place it in the public include directory.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 {semihosting => include/semihosting}/common-semi.h | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {semihosting => include/semihosting}/common-semi.h (100%)

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
-- 
2.34.1
Re: [PATCH v3 13/49] semihosting: Move common-semi.h to include/semihosting/
Posted by Peter Maydell 3 years, 1 month ago
On Sat, 21 May 2022 at 01:04, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> This header is not private to the top-level semihosting directory,
> so place it in the public include directory.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  {semihosting => include/semihosting}/common-semi.h | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename {semihosting => include/semihosting}/common-semi.h (100%)
>
> 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
> --


Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM