blob: 7b21f1b0f66d4e59c5fbef451d61a13d26eb9a60 [file] [log] [blame]
Kongyang Liu1fbf86c2024-04-20 15:00:27 +08001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com>
4 */
5
6#ifndef __CV1800B_ETHERNET_H
7#define __CV1800B_ETHERNET_H
8
9void cv1800b_ephy_init(void);
10
11#endif