Sync tipc.h with one from trusty

Bug: 325069766

Test: Android boot and crasher test

Change-Id: I36244cfb698a81be79c204eb019e1a59b90d2e6c
This commit is contained in:
Snehal 2024-02-13 17:57:15 +00:00 committed by Snehal Koukuntla
parent 18744c17c1
commit f425428c2d

View file

@ -91,9 +91,12 @@ struct metrics_resp {
* struct metrics_report_crash_req - arguments of %METRICS_CMD_REPORT_CRASH
* requests
* @app_id_len: length of app ID that follows this structure
* @crash_reason: architecture-specific code representing the reason for the
* crash
*/
struct metrics_report_crash_req {
uint32_t app_id_len;
uint32_t crash_reason;
} __attribute__((__packed__));
#define METRICS_MAX_APP_ID_LEN 256