1 // SPDX-License-Identifier: GPL-2.0+ 2 /* 3 * NC-SI PHY 4 * 5 * Copyright (C) 2019, IBM Corporation. 6 */ 7 8 #include <common.h> 9 #include <phy.h> 10 11 bool ncsi_active(void); 12 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, 13 unsigned int len); 14 void ncsi_probe_packages(void); 15