5#ifndef OPENTITAN_SW_DEVICE_SILICON_CREATOR_LIB_BOOT_SVC_BOOT_SVC_MIN_BL0_SEC_VER_H_
6#define OPENTITAN_SW_DEVICE_SILICON_CREATOR_LIB_BOOT_SVC_BOOT_SVC_MIN_BL0_SEC_VER_H_
11#include "sw/device/silicon_creator/lib/boot_svc/boot_svc_header.h"
12#include "sw/device/silicon_creator/lib/error.h"
20 kBootSvcMinBl0SecVerReqType = 0x4345534d,
22 kBootSvcMinBl0SecVerResType = 0x4d534543,
37} boot_svc_min_bl0_sec_ver_req_t;
60} boot_svc_min_bl0_sec_ver_res_t;
75void boot_svc_min_bl0_sec_ver_req_init(uint32_t min_bl0_sec_ver,
76 boot_svc_min_bl0_sec_ver_req_t *msg);
85void boot_svc_min_bl0_sec_ver_res_init(uint32_t min_bl0_sec_ver,
87 boot_svc_min_bl0_sec_ver_res_t *msg);