Skip to content

Commit

Permalink
fixed references to table in code snippets.
Browse files Browse the repository at this point in the history
Signed-off-by: Wojciech Ozga <[email protected]>
  • Loading branch information
wojciechozga committed Aug 5, 2024
1 parent aa2c534 commit 1c7ddf1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/sbi_cove.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -786,19 +786,19 @@ struct tsm_info {
*/
uint32_t tsm_state;
/*
* Identifier of the TSM implementation, see <<table_sbi_covh_get_tsm_implementation_ids>>.
* It is intended to distinguish among different TSM implementations,
* potentially managed by different organizations, that might target
* different deployment models and, thus, implement subset of CoVE spec.
* Identifier of the TSM implementation, see `Reserved TSM Implementation IDs`
* table below. This identifier is intended to distinguish among different TSM
* implementations, potentially managed by different organizations, that might
* target different deployment models and, thus, implement subset of CoVE spec.
*/
uint32_t tsm_impl_id;
/*
* Version number of the running TSM.
*/
uint32_t tsm_version;
/*
* A bitmask of CoVE features supported by the running TSM, see <<table_sbi_covh_get_tsm_info_capabilities>>.
* Every bit in this field corresponds to a capability defined by
* A bitmask of CoVE features supported by the running TSM, see `TSM Capabilities`
* table below. Every bit in this field corresponds to a capability defined by
* `COVE_TSM_CAP_*` constants. Presence of bit `i` indicates that both the TSM
* and hardware support the corresponding capability.
*/
Expand Down

0 comments on commit 1c7ddf1

Please sign in to comment.