X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=net%2Frarp.h;h=de4504e5d83d6751ebc504bc211d94856de9aace;hb=87925df2b3f8d308addc5c0fe5a22ae9712ca5ec;hp=93e18899c308be762ace2b867753edad82710575;hpb=326ea986ac150acdc7656d57fca647db80b50158;p=oweals%2Fu-boot.git diff --git a/net/rarp.h b/net/rarp.h index 93e18899c3..de4504e5d8 100644 --- a/net/rarp.h +++ b/net/rarp.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #if defined(CONFIG_CMD_RARP) @@ -17,11 +16,11 @@ * Global functions and variables. */ -extern int RarpTry; +extern int rarp_try; /* Process the receipt of a RARP packet */ -extern void rarp_receive(struct ip_udp_hdr *ip, unsigned len); -extern void RarpRequest(void); /* Send a RARP request */ +void rarp_receive(struct ip_udp_hdr *ip, unsigned len); +void rarp_request(void); /* Send a RARP request */ /**********************************************************************/