htc: implement HtclowDriver
This commit is contained in:
@@ -34,7 +34,9 @@ namespace ams::htclow {
|
||||
constexpr inline s16 ProtocolVersion = 5;
|
||||
|
||||
enum ReceiveOption {
|
||||
/* ... */
|
||||
ReceiveOption_NonBlocking = 0,
|
||||
ReceiveOption_ReceiveAnyData = 1,
|
||||
ReceiveOption_ReceiveAllData = 2,
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user