htc: begin skeletoning types for HtcmiscImpl

This commit is contained in:
Michael Scire
2021-02-09 06:16:43 -08:00
committed by SciresM
parent 889f144b27
commit 1963ae7ec0
13 changed files with 320 additions and 6 deletions

View File

@@ -33,4 +33,8 @@ namespace ams::htclow {
constexpr inline s16 ProtocolVersion = 5;
enum ReceiveOption {
/* ... */
};
}