Software APIs
sw
device
silicon_creator
rom_ext
rom_ext_manifest.h
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
#ifndef OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_EXT_ROM_EXT_MANIFEST_H_
6
#define OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_EXT_ROM_EXT_MANIFEST_H_
7
8
#include "
sw/device/lib/base/macros.h
"
9
#include "sw/device/silicon_creator/lib/manifest.h"
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
// __cplusplus
14
15
/**
16
* Return the pointer to rom_ext manifest on the active flash bank.
17
*/
18
OT_WARN_UNUSED_RESULT
19
const
manifest_t
*rom_ext_manifest(
void
);
20
21
#ifdef __cplusplus
22
}
// extern "C"
23
#endif
// __cplusplus
24
25
#endif
// OPENTITAN_SW_DEVICE_SILICON_CREATOR_ROM_EXT_ROM_EXT_MANIFEST_H_
Return to
OpenTitan Documentation