From 3b8c0f8885c9e590f4317d8de51ea3d669ccdfcd Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Sat, 20 Oct 2018 17:22:15 -0400 Subject: service: Add skeleton for psm service Seems to be the power controller. Listed in switchbrew under the category PTM services. --- src/common/logging/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common') diff --git a/src/common/logging/log.h b/src/common/logging/log.h index abbd056ee..c9161155a 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -91,6 +91,7 @@ enum class Class : ClassType { Service_PM, ///< The PM service Service_PREPO, ///< The PREPO (Play report) service Service_PSC, ///< The PSC service + Service_PSM, ///< The PSM service Service_SET, ///< The SET (Settings) service Service_SM, ///< The SM (Service manager) service Service_SPL, ///< The SPL service -- cgit v1.2.3