diff options
author | bunnei <bunneidev@gmail.com> | 2016-04-02 01:43:35 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2016-04-02 01:43:35 -0400 |
commit | e5e3b97db21fe96852d45da2be0360b078547cd5 (patch) | |
tree | 604e67b9d94fe763bba02679c20d4d039bdf200e /src/common/logging/log.h | |
parent | 9d7028bcfba061c6e7b305be3d972b9ea2a3d299 (diff) | |
parent | cb8e85a37d0784689afc60fd208213a86181698a (diff) |
Merge pull request #1619 from mailwl/cecd
cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle
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 e4c39c308..b1b639f15 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -61,6 +61,7 @@ enum class Class : ClassType { Service_NIM, ///< The NIM (Network interface manager) service Service_NWM, ///< The NWM (Network wlan manager) service Service_CAM, ///< The CAM (Camera) service + Service_CECD, ///< The CECD service Service_CFG, ///< The CFG (Configuration) service Service_DSP, ///< The DSP (DSP control) service Service_HID, ///< The HID (Human interface device) service |