// Copyright lowRISC contributors. | |
// Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
// SPDX-License-Identifier: Apache-2.0 | |
#include "sw/device/silicon_creator/rom/boot_policy_ptrs.h" | |
extern const manifest_t *boot_policy_manifest_a_get(void); | |
extern const manifest_t *boot_policy_manifest_b_get(void); |