Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
2ea0584e81d9a64583f0da98ea752a613a332248
/
.
/
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 */