diff mbox series

[v4,14/53] semihosting: Move common-semi.h to include/semihosting/

Message ID 20220607204557.658541-15-richard.henderson@linaro.org
State Superseded
Headers show
Series semihosting cleanup | expand

Commit Message

Richard Henderson June 7, 2022, 8:45 p.m. UTC
This header is not private to the top-level semihosting directory,
so place it in the public include directory.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
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%)

Comments

Alex Bennée June 9, 2022, 3:42 p.m. UTC | #1
Richard Henderson <richard.henderson@linaro.org> writes:

> This header is not private to the top-level semihosting directory,
> so place it in the public include directory.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
diff mbox series

Patch

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