xref: /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/utopia_str.c (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1 #include "MsTypes.h"
2 #include "utopia.h"
3 
4 
UtopiaStrWaitCondition(MS_U32 u32ModuleID,MS_U32 u32Stage)5 MS_U32 UtopiaStrWaitCondition(MS_U32 u32ModuleID, MS_U32 u32Stage)
6 {
7 
8         return UTOPIA_STATUS_SUCCESS;
9 }
10 
UtopiaStrSendCondition(MS_U32 u32ModuleID,MS_U32 u32Stage)11 MS_U32 UtopiaStrSendCondition(MS_U32 u32ModuleID, MS_U32 u32Stage)
12 {
13 
14         return UTOPIA_STATUS_SUCCESS;
15 }