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