rtos: move in rtos.h the rtos_type's declaration
commitf07efff961ede4c8015624679bbfd5b54fcb25b5
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 30 Apr 2023 21:54:44 +0000 (30 23:54 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Thu, 18 May 2023 09:55:48 +0000 (18 09:55 +0000)
tree385423865685650278b653b86a1b1d359742cfed
parented46188a72492148be3c694bfea1f6a2fb92b646
rtos: move in rtos.h the rtos_type's declaration

The static analyser 'sparse' complains, while compiling a rtos'
file, that the struct rtos_type is declared in the file as non
static, but it is not exposed through an include file.
The message is:
warning: symbol 'XXX' was not declared. Should it be static?

Move the list of rtos_type's declaration in rtos.h

Change-Id: Ia96dff077407a6653b11920519c1724e4c1167a3
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7660
Tested-by: jenkins
src/rtos/rtos.c
src/rtos/rtos.h