| // 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_check(const manifest_t *manifest); |
| extern manifest_signed_region_t manifest_signed_region_get( |
| const manifest_t *manifest); |
| extern epmp_region_t manifest_code_region_get(const manifest_t *manifest); |
| extern uintptr_t manifest_entry_point_get(const manifest_t *manifest); |