summaryrefslogtreecommitdiffstats
path: root/src/soc/cavium/cn81xx/include/soc/bl31_plat_params.h
blob: b5f97fa6e9c7e221a8b0c1962be5f9cba40c7c61 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __BL31_PLAT_PARAMS_H__
#define __BL31_PLAT_PARAMS_H__

#include <atf/plat_params.h>

void cn81xx_register_bl31_param(struct bl31_plat_param *param);

#endif/* __BL31_PLAT_PARAMS_H__ */