Software APIs
boot_policy_ptrs.c
1 // Copyright lowRISC contributors (OpenTitan project).
2 // Licensed under the Apache License, Version 2.0, see LICENSE for details.
3 // SPDX-License-Identifier: Apache-2.0
4 
5 #include "sw/device/silicon_creator/rom/boot_policy_ptrs.h"
6 
7 extern const manifest_t *boot_policy_manifest_a_get(void);
8 extern const manifest_t *boot_policy_manifest_b_get(void);