xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/pcie_ep_boot.h (revision 70ad550d6f37befbc82a8e5e7c7753be83ff08b1)
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