Add support for an ioctl that can be used to notify an application when there is a change in the network status signalled by a PHY interrupt

This commit is contained in:
Gregory Nutt
2014-08-16 12:56:02 -06:00
parent 7c11a84c98
commit 8428a58bdc
6 changed files with 568 additions and 4 deletions
+1
View File
@@ -60,6 +60,7 @@ int strncmp(const char *cs, const char *ct, size_t nb)
break;
}
}
return result;
}
#endif