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,
33} boot_svc_enter_rescue_req_t;
50} boot_svc_enter_rescue_res_t;
62void boot_svc_enter_rescue_req_init(boot_svc_enter_rescue_req_t *msg);
70void boot_svc_enter_rescue_res_init(rom_error_t
status,
71 boot_svc_enter_rescue_res_t *msg);