Add passthrough reports
This commit is contained in:
parent
dbb264c68d
commit
adfffcd8fb
3 changed files with 95 additions and 36 deletions
|
|
@ -14,6 +14,7 @@ enum control_packet_types {
|
|||
HOST_COMM_ERROR = 4,
|
||||
HOST_CRYPTO_ERROR = 5,
|
||||
HOST_TOO_MANY_FAILS = 6,
|
||||
HOST_PASSTHROUGH_REPORT = 7,
|
||||
};
|
||||
|
||||
enum packet_types {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue