1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * Copyright (c) 2023 Rockchip Electronics Co., Ltd 4 */ 5 6 #ifndef __ASM_PCIE_EP_BOOT_H 7 #define __ASM_PCIE_EP_BOOT_H 8 9 void rockchip_pcie_ep_init(void); 10 void rockchip_pcie_ep_get_firmware(void); 11 #endif 12