blob: 55f6c3df406b1a6d29046e854bf7a75ab532ce42 [file] [log] [blame]
// 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_ext/mock_rom_ext_boot_policy_ptrs.h"
namespace rom_test {
extern "C" {
const manifest_t *rom_ext_boot_policy_manifest_a_get() {
return MockRomExtBootPolicyPtrs::Instance().ManifestA();
}
const manifest_t *rom_ext_boot_policy_manifest_b_get() {
return MockRomExtBootPolicyPtrs::Instance().ManifestB();
}
} // extern "C"
} // namespace rom_test