dashboard
repositories
activity
search
login
ljy
/
RK356X_SDK_RELEASE
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
rk3568 rt uboot init
hc
2023-11-06
9df731a176aab8e03b984b681b1bea01ccff6644
[~ljy/RK356X_SDK_RELEASE.git]
/
u-boot
/
arch
/
arm
/
include
/
asm
/
arch-rockchip
/
pcie_ep_boot.h
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (c) 2023 Rockchip Electronics Co., Ltd
*/
#ifndef __ASM_PCIE_EP_BOOT_H
#define __ASM_PCIE_EP_BOOT_H
void rockchip_pcie_ep_init(void);
void rockchip_pcie_ep_get_firmware(void);
#endif