aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-09-10 01:11:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-09-10 01:11:55 +0000
commit7fc5706f25c5dc322b81f55de56569bad5325f26 (patch)
treed1f1dcb5a0f2176397222b8664d2df4ccbe9d34c
parentc261f95761eb03d608916482f520ab17ac786af9 (diff)
parent212b983d0a7cf726cb33989ee5059a5c8743d448 (diff)
downloadgeneric-android13-qpr1-s1-release.tar.gz
Change-Id: I67b39eb404734667166bdd3515e018bc602962c9
-rw-r--r--nugget/include/app_transport_test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nugget/include/app_transport_test.h b/nugget/include/app_transport_test.h
index 0c0b4ba..821ebb8 100644
--- a/nugget/include/app_transport_test.h
+++ b/nugget/include/app_transport_test.h
@@ -21,5 +21,6 @@
#define TRANSPORT_TEST_1234 8 /* Returns 0x01020304 successfully */
#define TRANSPORT_TEST_9876 9 /* Only successful if the arg is 0x09080706 */
#define TRANSPORT_TEST_HANG 12 /* Forgets to call app_reply() */
+#define TRANSPORT_TEST_ECHO_2 13 /* Echoes back 2 bytes received by host */
#endif /* __CROS_EC_INCLUDE_APP_TRANSPORT_TEST_H */