summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-07 02:41:43 -0400
committerLioncash <mathew1800@gmail.com>2018-08-07 03:14:03 -0400
commit45bc449ff940879f556d191f51c0db705fe6634f (patch)
tree5e8b30d0092ac74365b55c3acf869dc04bfc9a30 /src/common/logging/log.h
parent826b1394e85720b62938c5f7af4a876e203316af (diff)
service: Add usb services
Adds basic skeleton for the usb services based off the information provided by Switch Brew.
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r--src/common/logging/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 7ab5277ea..a889ebefa 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -87,6 +87,7 @@ enum class Class : ClassType {
Service_SPL, ///< The SPL service
Service_SSL, ///< The SSL service
Service_Time, ///< The time service
+ Service_USB, ///< The USB (Universal Serial Bus) service
Service_VI, ///< The VI (Video interface) service
Service_WLAN, ///< The WLAN (Wireless local area network) service
HW, ///< Low-level hardware emulation