This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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> |