5#ifndef OPENTITAN_SW_DEVICE_SILICON_CREATOR_LIB_BOOT_SVC_BOOT_SVC_OWNERSHIP_HISTORY_H_
6#define OPENTITAN_SW_DEVICE_SILICON_CREATOR_LIB_BOOT_SVC_BOOT_SVC_OWNERSHIP_HISTORY_H_
11#include "sw/device/silicon_creator/lib/boot_svc/boot_svc_header.h"
12#include "sw/device/silicon_creator/lib/error.h"
20 kBootSvcOwnershipHistoryReqType = 0x54534948,
22 kBootSvcOwnershipHistoryResType = 0x48495354,
33} boot_svc_ownership_history_req_t;
54} boot_svc_ownership_history_res_t;
68void boot_svc_ownership_history_req_init(boot_svc_ownership_history_req_t *msg);
79void boot_svc_ownership_history_res_init(rom_error_t
status,
80 const uint32_t *history_digest,
81 boot_svc_ownership_history_res_t *msg);