Software APIs
sw
device
silicon_creator
lib
base
boot_measurements.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/lib/base/boot_measurements.h"
6
7
#include "
sw/device/lib/base/macros.h
"
8
9
// This symbol is declared as weak so that the ROM and ROM_EXT may
10
// override its location.
11
OT_WEAK
boot_measurements_t
boot_measurements
;
Return to
OpenTitan Documentation