5 #ifndef OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_EXT_ROM_EXT_BOOT_POLICY_PTRS_H_
6 #define OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_EXT_ROM_EXT_BOOT_POLICY_PTRS_H_
10 #include "sw/device/silicon_creator/lib/manifest.h"
19 "Flash size is not divisible by 2");
21 #ifdef OT_PLATFORM_RV32
30 inline const manifest_t *rom_ext_boot_policy_manifest_a_get(
void) {
32 CHIP_ROM_EXT_SIZE_MAX);
43 inline const manifest_t *rom_ext_boot_policy_manifest_b_get(
void) {
46 CHIP_ROM_EXT_SIZE_MAX);
52 const manifest_t *rom_ext_boot_policy_manifest_a_get(
void);
53 const manifest_t *rom_ext_boot_policy_manifest_b_get(
void);