Software APIs
sw
device
lib
arch
boot_stage_owner.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/lib/arch/boot_stage.h
"
6
7
const
boot_stage_t
kBootStage
=
kBootStageOwner
;
Return to
OpenTitan Documentation