5 #ifndef OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_BOOT_POLICY_PTRS_H_
6 #define OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_BOOT_POLICY_PTRS_H_
8 #include "sw/device/silicon_creator/lib/manifest.h"
17 "Flash size is not divisible by 2");
19 #ifdef OT_PLATFORM_RV32
27 inline const manifest_t *boot_policy_manifest_a_get(
void) {
38 inline const manifest_t *boot_policy_manifest_b_get(
void) {
46 const manifest_t *boot_policy_manifest_a_get(
void);
47 const manifest_t *boot_policy_manifest_b_get(
void);