mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] net: drop unused rarp.h
@ 2024-02-27  7:39 Antony Pavlov
  2024-02-28  8:47 ` Antony Pavlov
  2024-02-29  8:36 ` Sascha Hauer
  0 siblings, 2 replies; 4+ messages in thread
From: Antony Pavlov @ 2024-02-27  7:39 UTC (permalink / raw)
  To: barebox

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 net/rarp.h | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/net/rarp.h b/net/rarp.h
deleted file mode 100644
index 0986b02513f..00000000000
--- a/net/rarp.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* 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__ */
-- 
2.39.0




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-29  8:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-27  7:39 [PATCH] net: drop unused rarp.h Antony Pavlov
2024-02-28  8:47 ` Antony Pavlov
2024-02-28  8:56   ` Ahmad Fatoum
2024-02-29  8:36 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox