aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/common/ports/ARMCAx-TZ/chtssi.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/os/common/ports/ARMCAx-TZ/chtssi.h b/os/common/ports/ARMCAx-TZ/chtssi.h
index 198ec8a50..d0be2460a 100644
--- a/os/common/ports/ARMCAx-TZ/chtssi.h
+++ b/os/common/ports/ARMCAx-TZ/chtssi.h
@@ -99,10 +99,10 @@
typedef uint8_t * ts_params_area_t;
typedef struct tssi_service_state {
- uint32_t ts_status;
- thread_reference_t ts_thdp;
- ts_params_area_t ts_datap;
- uint32_t ts_datalen;
+ uint32_t ts_status;
+ thread_reference_t ts_thdp;
+ ts_params_area_t ts_datap;
+ uint32_t ts_datalen;
} ts_state_t;
/*===========================================================================*/
@@ -125,6 +125,7 @@ typedef struct tssi_service_state {
*/
#define TS_STATE(i) (&ts_state[i])
+
/**
* @brief Start of user service table.
*/