00001 00002 #ifndef _NET_H_ 00003 #define _NET_H_ 00004 00005 void eth_setip(int a, int b, int c, int d); 00006 00007 #endif