TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
TF-A
/
trusted-firmware-a
/
fcd41e8692ce8e8fc98d069bc131820cbf83c55c
/
.
/
plat
/
imx
/
common
/
include
/
imx_plat_common.h
blob: 8ec9481db072135ca86c313ecade8e1890f94b7d [
file
] [
log
] [
blame
]
/*
* Copyright 2023-2024 NXP
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef
IMX_PLAT_COMMON_H
#define
IMX_PLAT_COMMON_H
#include
<stdint.h>
#include
<arch_helpers.h>
uint32_t
plat_get_spsr_for_bl33_entry
(
void
);
#endif
/*IMX_PLAT_COMMON_H */