Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / include / net / ncsi.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * NC-SI PHY
4  *
5  * Copyright (C) 2019, IBM Corporation.
6  */
7
8 #include <phy.h>
9
10 bool ncsi_active(void);
11 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip,
12                   unsigned int len);
13 void ncsi_probe_packages(void);
This page took 0.026102 seconds and 4 git commands to generate.