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

Keybase proof

I hereby claim:

  • I am jvandenbroek on github.
  • I am jvandenbroek (https://keybase.io/jvandenbroek) on keybase.
  • I have a public key ASAhhTUsaiHkvaYe04EY9xS8NaXnBqNv-fE8-inIR4auAgo

To claim this, I am signing this object:

// 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>