1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
7 #if defined(CONFIG_CMD_RARP)
14 /**********************************************************************/
16 * Global functions and variables.
21 /* Process the receipt of a RARP packet */
22 void rarp_receive(struct ip_udp_hdr *ip, unsigned len);
23 void rarp_request(void); /* Send a RARP request */
25 /**********************************************************************/
27 #endif /* __RARP_H__ */