Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
cead69c528d4f107288717aeca6af52d0d9d47e9
/
.
/
board
/
sophgo
/
milkv_duo
/
ethernet.h
blob: 7b21f1b0f66d4e59c5fbef451d61a13d26eb9a60 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com>
*/
#ifndef
__CV1800B_ETHERNET_H
#define
__CV1800B_ETHERNET_H
void
cv1800b_ephy_init
(
void
);
#endif