diff options
author | bunnei <bunneidev@gmail.com> | 2018-07-31 07:12:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-31 07:12:08 -0700 |
commit | 86491da0d65b7628ba3f0efb01fdabfae55cfab9 (patch) | |
tree | 8c78e1e5921a492c00bcf28f74f3c61060dbdc01 /src/common/logging/log.h | |
parent | bf9c62bc76a2296c1a81cfc1b83aaf4028578901 (diff) | |
parent | e373027a73e84c04b28bbfb4fc837b4133b17d4f (diff) |
Merge pull request #872 from lioncash/pcie
service: Add the pcie service
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 e8d98de99..e770f660b 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -72,6 +72,7 @@ enum class Class : ClassType { Service_NIFM, ///< The NIFM (Network interface) service Service_NS, ///< The NS services Service_NVDRV, ///< The NVDRV (Nvidia driver) service + Service_PCIE, ///< The PCIe service Service_PCTL, ///< The PCTL (Parental control) service Service_PREPO, ///< The PREPO (Play report) service Service_SET, ///< The SET (Settings) service |