blob: 775f233a0f29dfd06185a1fea2f973883b138b52 [file] [log] [blame]
/*
* Copyright (c) 2020-2024, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef NRD_PLAT_H
#define NRD_PLAT_H
/* BL31 platform setup common to all Neoverse RD platforms */
void nrd_bl31_common_platform_setup(void);
#endif /* NRD_PLAT_H */