5#ifndef OPENTITAN_SW_DEVICE_SILICON_CREATOR_LIB_BOOT_SVC_BOOT_SVC_ENTER_RESCUE_H_
6#define OPENTITAN_SW_DEVICE_SILICON_CREATOR_LIB_BOOT_SVC_BOOT_SVC_ENTER_RESCUE_H_
11#include "sw/device/silicon_creator/lib/boot_svc/boot_svc_header.h"
12#include "sw/device/silicon_creator/lib/error.h"
20 kBootSvcEnterRescueReqType = 0x51535245,
22 kBootSvcEnterRescueResType = 0x45525351,
37} boot_svc_enter_rescue_req_t;
56} boot_svc_enter_rescue_res_t;
69void boot_svc_enter_rescue_req_init(uint32_t skip_once,
70 boot_svc_enter_rescue_req_t *msg);
78void boot_svc_enter_rescue_res_init(rom_error_t
status,
79 boot_svc_enter_rescue_res_t *msg);