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