Samuel Mendoza-Jonas | f641a8a | 2019-06-18 11:37:17 +1000 | [diff] [blame] | 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); |