blob: 7b21f1b0f66d4e59c5fbef451d61a13d26eb9a60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (c) 2024, Kongyang Liu <[email protected]>
*/
#ifndef __CV1800B_ETHERNET_H
#define __CV1800B_ETHERNET_H
void cv1800b_ephy_init(void);
#endif
|