È possibile scrivere programmi usando le api del kernel? Ho un problema quando includo la libreria. Perchè?
#include < linux/netdevice.h >
int main() {
struct net_device ethp;
if(!dev_get("eth0") { printf("errore");}
ethp=dev_get_by_name("eth0");
return 0;
}