Skip to content

Commit 8501e79

Browse files
Alexander ZilberkantOren Cohen
authored andcommitted
spm_init.h add function docs
1 parent 628ef9b commit 8501e79

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

components/TARGET_PSA/spm/spm_init.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,28 @@
2020

2121
#if defined(COMPONENT_SPE)
2222

23+
/*
24+
* Initialize SPM
25+
*/
2326
void psa_spm_init(void);
2427

2528
#endif // defined(COMPONENT_SPE)
2629

2730
#if defined(COMPONENT_SPM_MAILBOX)
2831

32+
/*
33+
* Initialize SPM mailbox driver
34+
*/
2935
void spm_ipc_mailbox_init(void);
3036

3137
#if defined(COMPONENT_NSPE)
3238

39+
/*
40+
* PSA mailbox dispatcher
41+
*
42+
* Dispatcher thread never returns and expected to be called
43+
* from startup code as a detached thread entry point
44+
*/
3345
void psa_spm_mailbox_dispatcher(void);
3446

3547
#endif // defined(COMPONENT_NSPE)

0 commit comments

Comments
 (0)