dashboard
repositories
activity
search
login
ljy
/
RK3588_XEN
forked from
~ljy/RK3588_XEN
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
enable otg host mode, enable pcie usbphy
hc
2024-03-22
cd2737927c6dc09973e8461fc4c9b14e8042cd17
[~ljy/RK3588_XEN.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