From 6ea416091eb7f0adbf61fd43385775b87b746084 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 28 Jul 2018 21:20:43 -0400 Subject: service: Add wlan services Adds the basic skeleton for the wlan services based off the information 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 db4a80d0a..e6145ac46 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -79,6 +79,7 @@ enum class Class : ClassType { Service_SSL, ///< The SSL service Service_Time, ///< The time service Service_VI, ///< The VI (Video interface) service + Service_WLAN, ///< The WLAN (Wireless local area network) service HW, ///< Low-level hardware emulation HW_Memory, ///< Memory-map and address translation HW_LCD, ///< LCD register emulation -- cgit v1.2.3