Subversion Repositories SvarDOS

Rev

Rev 2020 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2020 Rev 2077
Line 20... Line 20...
20
#pragma argsused
20
#pragma argsused
21
#endif
21
#endif
22
// place any extra stack initialization here
22
// place any extra stack initialization here
23
void stackInit(STACK * p_stack)
23
void stackInit(STACK * p_stack)
24
{
24
{
-
 
25
    (void)p_stack;
25
}
26
}
26
 
27
 
27
// ensures stack is empty and all allocated memory freed
28
// ensures stack is empty and all allocated memory freed
28
void stackTerm(STACK * p_stack)
29
void stackTerm(STACK * p_stack)
29
{
30
{