blob: 823c929c3ad45e4d3a5a3d7e82446121350bad6d [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/lib/manifest.h"
// Extern declarations for the inline functions in the manifest header.
extern rom_error_t manifest_signed_region_get(
const manifest_t *manifest, manifest_signed_region_t *signed_region);
extern rom_error_t manifest_code_region_get(const manifest_t *manifest,
epmp_region_t *code_region);
extern rom_error_t manifest_entry_point_get(const manifest_t *manifest,
uintptr_t *entry_point);