summaryrefslogtreecommitdiffstats
path: root/src/soc/cavium/cn81xx/include/soc/bl31_plat_params.h
blob: 77b960974617ad3803b9471c0e9a6020a28654ab (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#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__ */