summaryrefslogtreecommitdiffstats
path: root/net/rarp.h
blob: 0986b02513fbb05202a6d564456d42fb3cad269d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* SPDX-FileCopyrightText: 2000 Wolfgang Denk <wd@denx.de>, DENX Software Engineering */

#ifndef __RARP_H__
#define __RARP_H__

#ifndef __NET_H__
#include <net.h>
#endif /* __NET_H__ */


/**********************************************************************/
/*
 *	Global functions and variables.
 */

extern int	RarpTry;

extern void RarpRequest (void);	/* Send a RARP request */

/**********************************************************************/

#endif /* __RARP_H__ */