service: Add usb services

Adds basic skeleton for the usb services based off the information provided by Switch Brew.
This commit is contained in:
Lioncash 2018-08-07 02:41:43 -04:00
parent 44f76e2cfd
commit 705c5b6166
6 changed files with 259 additions and 0 deletions

View file

@ -200,6 +200,7 @@ void FileBackend::Write(const Entry& entry) {
SUB(Service, SPL) \
SUB(Service, SSL) \
SUB(Service, Time) \
SUB(Service, USB) \
SUB(Service, VI) \
SUB(Service, WLAN) \
CLS(HW) \