3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; version 2 of the License.
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
13 #ifndef __PLAT_PARAMS_H__
14 #define __PLAT_PARAMS_H__
25 /* common header for all plat parameter type */
26 struct bl31_plat_param
{
31 struct bl31_fdt_param
{
32 struct bl31_plat_param h
;
36 struct bl31_u64_param
{
37 struct bl31_plat_param h
;
41 void params_early_setup(void *ptr
);
43 #endif /* __PLAT_PARAMS_H__ */