Files
bouwhuim.nikhef.nl dee2668a61 newest version WRPC
2013-09-10 08:08:59 +00:00

8 lines
103 B
C

#ifndef ARP_H
#define ARP_H
void arp_poll();
void arp_init(const char *if_name, uint32_t ip);
#endif