5#include "sw/device/silicon_creator/lib/boot_svc/boot_svc_ownership_history.h"
8#include "sw/device/silicon_creator/lib/error.h"
10void boot_svc_ownership_history_req_init(
11 boot_svc_ownership_history_req_t *msg) {
12 boot_svc_header_finalize(kBootSvcOwnershipHistoryReqType,
13 sizeof(boot_svc_ownership_history_req_t),
17void boot_svc_ownership_history_res_init(
18 rom_error_t
status,
const uint32_t *history_digest,
19 boot_svc_ownership_history_res_t *msg) {
22 boot_svc_header_finalize(kBootSvcOwnershipHistoryResType,
23 sizeof(boot_svc_ownership_history_res_t),