blob: 7aec457562d0a9ec7680c8defadfe139c9b535dd [file] [log] [blame]
Samuel Mendoza-Jonasf641a8a2019-06-18 11:37:17 +10001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * NC-SI PHY
4 *
5 * Copyright (C) 2019, IBM Corporation.
6 */
7
Samuel Mendoza-Jonasf641a8a2019-06-18 11:37:17 +10008#include <phy.h>
9
10bool ncsi_active(void);
11void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip,
12 unsigned int len);
13void ncsi_probe_packages(void);