Skip to content

Instantly share code, notes, and snippets.

View jvandenbroek's full-sized avatar

Joost van den Broek jvandenbroek

  • The Netherlands
View GitHub Profile
// Userspace ethernet PHY fix for Pine64
// by khenriks@ 2018-03-18
// Free to use and distribute under BSD-2-Clause style license, e.g.
// https://choosealicense.com/licenses/bsd-2-clause/
#include <stdint.h>
#include <string.h>
#include <linux/ethtool.h>
#include <linux/mdio.h>