Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
/* to a stable set of APIs once all the feedback has been considered. */
/***************************************************************************/

/** @addtogroup PSA-Attestation
* @{
*/


#ifndef __PSA_INITIAL_ATTESTATION_API_H__
#define __PSA_INITIAL_ATTESTATION_API_H__

Expand Down Expand Up @@ -223,4 +228,6 @@ psa_initial_attest_get_token_size(uint32_t challenge_size,
}
#endif

/** @}*/ // PSA-Attestation

#endif /* __PSA_INITIAL_ATTESTATION_API_H__ */