7 lines
91 B
C
7 lines
91 B
C
|
#ifndef AT91_UDP_H_
|
||
|
#define AT91_UDP_H_
|
||
|
|
||
|
void at91_udp_init(void);
|
||
|
|
||
|
#endif /*AT91_UDP_H_*/
|