blob: 2800c842b72ebc13abf2e57c31e98792482e94f4 [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
8#include <common.h>
9#include <phy.h>
10
11bool ncsi_active(void);
12void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip,
13 unsigned int len);
14void ncsi_probe_packages(void);