summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-01 21:32:36 -0400
committerGitHub <noreply@github.com>2018-08-01 21:32:36 -0400
commit200c95db8a816db0170b2fa27992fc719e434e05 (patch)
tree24c4b73abf24a6106ce1f2a86da77f41736b6624 /src/common/logging/log.h
parent99a1d7440db6412f5cddcb7e00b523661f16cb53 (diff)
parentd109279543c36d20b98ceabdd921e6a9a0015782 (diff)
Merge pull request #887 from lioncash/pcv
service: Add bpc and pcv services
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r--src/common/logging/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 140cd8e47..8fd552233 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -56,6 +56,7 @@ enum class Class : ClassType {
Service_APM, ///< The APM (Performance) service
Service_Audio, ///< The Audio (Audio control) service
Service_BCAT, ///< The BCAT service
+ Service_BPC, ///< The BPC service
Service_BTM, ///< The BTM service
Service_Fatal, ///< The Fatal service
Service_FGM, ///< The FGM service
@@ -75,6 +76,7 @@ enum class Class : ClassType {
Service_NVDRV, ///< The NVDRV (Nvidia driver) service
Service_PCIE, ///< The PCIe service
Service_PCTL, ///< The PCTL (Parental control) service
+ Service_PCV, ///< The PCV (Parental control) service
Service_PREPO, ///< The PREPO (Play report) service
Service_SET, ///< The SET (Settings) service
Service_SM, ///< The SM (Service manager) service