aboutsummaryrefslogtreecommitdiff
path: root/plat/mediatek/common/plat_params.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/mediatek/common/plat_params.h')
-rw-r--r--plat/mediatek/common/plat_params.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/plat/mediatek/common/plat_params.h b/plat/mediatek/common/plat_params.h
new file mode 100644
index 0000000000..828c3dccf5
--- /dev/null
+++ b/plat/mediatek/common/plat_params.h
@@ -0,0 +1,17 @@
+/*
+ * Copyright (c) 2019, MediaTek Inc. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef PLAT_PARAMS_H
+#define PLAT_PARAMS_H
+
+#include <stdint.h>
+
+#include <export/plat/mediatek/common/plat_params_exp.h>
+
+struct bl_aux_gpio_info *plat_get_mtk_gpio_reset(void);
+void params_early_setup(u_register_t plat_param_from_bl2);
+
+#endif