5#include "sw/device/silicon_creator/lib/boot_svc/boot_svc_enter_rescue.h"
7#include "sw/device/silicon_creator/lib/error.h"
9void boot_svc_enter_rescue_req_init(boot_svc_enter_rescue_req_t *msg) {
10 boot_svc_header_finalize(kBootSvcEnterRescueReqType,
11 sizeof(boot_svc_enter_rescue_req_t), &msg->
header);
14void boot_svc_enter_rescue_res_init(rom_error_t
status,
15 boot_svc_enter_rescue_res_t *msg) {
17 boot_svc_header_finalize(kBootSvcEnterRescueResType,
18 sizeof(boot_svc_enter_rescue_res_t), &msg->
header);