From 04d144aa40009811268a6fe485ef74fc23f2fb0c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 27 Jul 2018 14:32:39 -0400 Subject: service: Add nfc services Adds the skeleton of the nfc service based off the information provided on Switch Brew. --- src/common/logging/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/logging/log.h') diff --git a/src/common/logging/log.h b/src/common/logging/log.h index ad3cbf5d1..3a61c7531 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -63,6 +63,7 @@ enum class Class : ClassType { Service_LDN, ///< The LDN (Local domain network) service Service_LM, ///< The LM (Logger) service Service_MM, ///< The MM (Multimedia) service + Service_NFC, ///< The NFC (Near-field communication) service Service_NFP, ///< The NFP service Service_NIFM, ///< The NIFM (Network interface) service Service_NS, ///< The NS services -- cgit v1.2.3