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); 14