summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJ Lee <leejj@google.com>2022-09-06 15:34:35 +0800
committerJJ Lee <leejj@google.com>2022-09-06 15:34:35 +0800
commit5713f906b85f5bb27d08f86bc2cc4d08b5ce3829 (patch)
tree8ae1cd82c059c606cd82ab6f66589dd01637975f
parent3d8875633c2dbab007f2d959dbec7a285dd2e9c5 (diff)
downloadaoc-5713f906b85f5bb27d08f86bc2cc4d08b5ce3829.tar.gz
Update aoc-interface.h to build 9023049
Bug: 223674292 Change-Id: Id15e52091075f2d32e0529756c9af0efdcb0c293
-rw-r--r--aoc-interface.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/aoc-interface.h b/aoc-interface.h
index 9f6aca9..9451a13 100644
--- a/aoc-interface.h
+++ b/aoc-interface.h
@@ -18,7 +18,7 @@
* Autogenerated AoC interface matching AoC source code
* associated with the following source code:
*
- * hash: f762c741dd41b865490c274a835a38b244568aca
+ * hash: 00149812a12a2a9a0d68907fa09e657e5878b77c
*
* DO NOT MODIFY THIS FILE
*
@@ -2212,7 +2212,7 @@ struct CMD_GET_MEMORY_VOTES_DATA_COUNT {
/**
* Structure associated with the following commands:
*
- * CMD_GET_MEMORY_VOTES_DATA_ID, UUID: 16449c7c7a5570c831d12156789b1f89
+ * CMD_GET_MEMORY_VOTES_DATA_ID, UUID: 44f792ee3c5c27778018a92d134b6c95
*/
struct CMD_GET_MEMORY_VOTES_DATA {
struct CMD_HDR parent;
@@ -2221,6 +2221,7 @@ struct CMD_GET_MEMORY_VOTES_DATA {
uint32_t votes;
uint32_t total_votes;
uint32_t on_votes;
+ uint8_t core_id;
uint8_t app_id;
uint8_t valid;
} __attribute__((packed));
@@ -2431,7 +2432,6 @@ static inline int AocInterfaceCheck(const void * addr, int size) {
{ 0x12, 0xf4, 0xcb, 0x01, 0x22, 0xb8, 0x18, 0x9e, 0xde, 0xe6, 0xa8, 0x49, 0xdf, 0x5a, 0xf6, 0x6f},
{ 0x13, 0x01, 0xe8, 0xb4, 0x7b, 0x56, 0x58, 0xaf, 0xe0, 0xac, 0x39, 0x67, 0xa8, 0x34, 0x72, 0x5c},
{ 0x15, 0x67, 0x65, 0x61, 0x13, 0x88, 0x7c, 0xd2, 0xe0, 0x08, 0x62, 0xc2, 0xce, 0x70, 0x30, 0xb5},
- { 0x16, 0x44, 0x9c, 0x7c, 0x7a, 0x55, 0x70, 0xc8, 0x31, 0xd1, 0x21, 0x56, 0x78, 0x9b, 0x1f, 0x89},
{ 0x16, 0x59, 0x2c, 0xa6, 0xb3, 0xd3, 0x6e, 0x2b, 0xaa, 0xc2, 0xb6, 0xbf, 0x8d, 0xa1, 0x24, 0x76},
{ 0x16, 0xc6, 0x94, 0x3a, 0x6b, 0x97, 0x8a, 0x8b, 0x08, 0x79, 0xb9, 0x98, 0xa3, 0x17, 0x97, 0xc9},
{ 0x18, 0x22, 0x53, 0xd3, 0x7f, 0x2c, 0x1a, 0xbf, 0x0b, 0x3d, 0x7e, 0x7d, 0x66, 0x3b, 0x6a, 0x15},
@@ -2476,6 +2476,7 @@ static inline int AocInterfaceCheck(const void * addr, int size) {
{ 0x41, 0xdc, 0xa1, 0x08, 0xd5, 0x2f, 0x1b, 0xf2, 0xb7, 0x67, 0x6c, 0x2c, 0xc1, 0x5a, 0x67, 0x87},
{ 0x43, 0x2f, 0xd3, 0x71, 0xa0, 0xd5, 0x41, 0x9f, 0x2d, 0x4e, 0x3e, 0x66, 0xf1, 0xb3, 0xf2, 0x96},
{ 0x44, 0x9f, 0x41, 0xb2, 0x68, 0x85, 0xab, 0x25, 0x22, 0x00, 0x7f, 0xe7, 0xfa, 0x5a, 0xa9, 0x26},
+ { 0x44, 0xf7, 0x92, 0xee, 0x3c, 0x5c, 0x27, 0x77, 0x80, 0x18, 0xa9, 0x2d, 0x13, 0x4b, 0x6c, 0x95},
{ 0x46, 0xb2, 0x56, 0x87, 0x59, 0x1d, 0xd1, 0x51, 0x87, 0xc1, 0x2f, 0x72, 0xee, 0x68, 0xd4, 0xa7},
{ 0x47, 0x23, 0x98, 0x53, 0xe1, 0x06, 0x37, 0xd6, 0xff, 0x81, 0x21, 0xe8, 0x4f, 0xd6, 0x92, 0xfd},
{ 0x47, 0xde, 0x75, 0x8d, 0x14, 0xf2, 0x10, 0x71, 0x57, 0x1c, 0x6a, 0x53, 0xf0, 0xc6, 0x8c, 0x0d},