blob: 95b850f5718d53b5e5d418c732b330d61e12eb59 [file] [log] [blame]
Caesar Wang68ff45f2016-05-25 19:03:04 +08001/*
Julius Wernerc1185ff2019-05-24 20:37:58 -07002 * Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved.
Caesar Wang68ff45f2016-05-25 19:03:04 +08003 *
dp-arm82cb2c12017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Caesar Wang68ff45f2016-05-25 19:03:04 +08005 */
6
Antonio Nino Diazc3cf06f2018-11-08 10:20:19 +00007#ifndef PLAT_PARAMS_H
8#define PLAT_PARAMS_H
Caesar Wang68ff45f2016-05-25 19:03:04 +08009
10#include <stdint.h>
11
Julius Werner57bf6052019-05-28 21:03:58 -070012#include <export/plat/rockchip/common/plat_params_exp.h>
Julius Werner3c250b92017-06-09 15:22:44 -070013
Antonio Nino Diazc3cf06f2018-11-08 10:20:19 +000014#endif /* PLAT_PARAMS_H */