Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
a9a9a8f3
Commit
a9a9a8f3
authored
Jun 17, 2004
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c++ compilable
parent
f2bc55f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
src/lib/rt/src/rt_mh_appl.h
src/lib/rt/src/rt_mh_appl.h
+6
-0
src/lib/rt/src/rt_mh_util.h
src/lib/rt/src/rt_mh_util.h
+19
-0
No files found.
src/lib/rt/src/rt_mh_appl.h
View file @
a9a9a8f3
...
@@ -29,6 +29,9 @@
...
@@ -29,6 +29,9 @@
#include "rt_mh_net.h"
#include "rt_mh_net.h"
#endif
#endif
#if defined __cplusplus
extern
"C"
{
#endif
/** @defgroup MSGH_DS Data Structures
/** @defgroup MSGH_DS Data Structures
...
@@ -162,4 +165,7 @@ pwr_tStatus mh_ApplGetMsgInfo (
...
@@ -162,4 +165,7 @@ pwr_tStatus mh_ApplGetMsgInfo (
/**@}*/
/**@}*/
/**@}*/
/**@}*/
#if defined __cplusplus
}
#endif
#endif
#endif
src/lib/rt/src/rt_mh_util.h
View file @
a9a9a8f3
...
@@ -24,6 +24,10 @@
...
@@ -24,6 +24,10 @@
#include "rt_qcom.h"
#include "rt_qcom.h"
#endif
#endif
#if defined __cplusplus
extern
"C"
{
#endif
pwr_tStatus
mh_UtilCreateEvent
();
/* create the event semaphore */
pwr_tStatus
mh_UtilCreateEvent
();
/* create the event semaphore */
pwr_tStatus
mh_UtilDestroyEvent
();
/* destroy the event semaphore */
pwr_tStatus
mh_UtilDestroyEvent
();
/* destroy the event semaphore */
...
@@ -32,4 +36,19 @@ pwr_tStatus mh_UtilStartScanSup (qcom_sQid Source);
...
@@ -32,4 +36,19 @@ pwr_tStatus mh_UtilStartScanSup (qcom_sQid Source);
pwr_tStatus
mh_UtilStopScanSup
(
qcom_sQid
Source
);
/* wait for emon to start */
pwr_tStatus
mh_UtilStopScanSup
(
qcom_sQid
Source
);
/* wait for emon to start */
pwr_tStatus
mh_UtilWaitForMh
();
pwr_tStatus
mh_UtilWaitForMh
();
pwr_tStatus
mh_UtilWake
();
/* wake all waiting for emon to start */
pwr_tStatus
mh_UtilWake
();
/* wake all waiting for emon to start */
#if defined __cplusplus
}
#endif
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment