1*54fd6939SJiyong Park /* 2*54fd6939SJiyong Park * Copyright (c) 2019, MediaTek Inc. All rights reserved. 3*54fd6939SJiyong Park * 4*54fd6939SJiyong Park * SPDX-License-Identifier: BSD-3-Clause 5*54fd6939SJiyong Park */ 6*54fd6939SJiyong Park 7*54fd6939SJiyong Park #ifndef PLAT_PARAMS_H 8*54fd6939SJiyong Park #define PLAT_PARAMS_H 9*54fd6939SJiyong Park 10*54fd6939SJiyong Park #include <stdint.h> 11*54fd6939SJiyong Park 12*54fd6939SJiyong Park #include <export/plat/mediatek/common/plat_params_exp.h> 13*54fd6939SJiyong Park 14*54fd6939SJiyong Park struct bl_aux_gpio_info *plat_get_mtk_gpio_reset(void); 15*54fd6939SJiyong Park void params_early_setup(u_register_t plat_param_from_bl2); 16*54fd6939SJiyong Park 17*54fd6939SJiyong Park #endif 18