diff options
author | mailwl <mailwl@gmail.com> | 2016-09-23 13:47:34 +0300 |
---|---|---|
committer | mailwl <mailwl@gmail.com> | 2016-11-25 09:37:19 +0300 |
commit | d4cadf11fc351cfd1105a9ffcd5ac50741ab6f9a (patch) | |
tree | f8a0f30326d833c25120a28a0daf33e0ef7b8826 /src/common/logging/log.h | |
parent | ed2ff8df85a260767f20826313105734eea0d68b (diff) |
MIC_U: Stub service funcions
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r-- | src/common/logging/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 8d3a2d03ed..8011534b81 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -60,6 +60,7 @@ enum class Class : ClassType { Service_AM, ///< The AM (Application manager) service Service_PTM, ///< The PTM (Power status & misc.) service Service_LDR, ///< The LDR (3ds dll loader) service + Service_MIC, ///< The MIC (microphone) service Service_NDM, ///< The NDM (Network daemon manager) service Service_NIM, ///< The NIM (Network interface manager) service Service_NWM, ///< The NWM (Network wlan manager) service |