ncsi.h 287 B

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