summaryrefslogtreecommitdiffstats
path: root/bsps/lm32/shared/net/network.h
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-02-24 19:09:56 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-04-07 16:15:38 -0600
commitc90fa83041f1467ac9795c489b7151db3a041ab5 (patch)
treeee3ebcd4af33202b34f89133a301d268609e355c /bsps/lm32/shared/net/network.h
parentcpukit/libfs: Remove nfsclient (diff)
downloadrtems-c90fa83041f1467ac9795c489b7151db3a041ab5.tar.bz2
bsps: Remove networking drivers
Update #3850
Diffstat (limited to 'bsps/lm32/shared/net/network.h')
-rw-r--r--bsps/lm32/shared/net/network.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/bsps/lm32/shared/net/network.h b/bsps/lm32/shared/net/network.h
deleted file mode 100644
index 6d81d30907..0000000000
--- a/bsps/lm32/shared/net/network.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/**
- * @file
- * @ingroup lm32_milkymist_network RTEMSBSPsLM32SharedMilkymistOne
- * @brief Driver for Minimac ethernet
- */
-
-/* network.h
- *
- * RTEMS driver for Minimac ethernet IP-core of Milkymist SoC
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- *
- * COPYRIGHT (c) Yann Sionneau <yann.sionneau@telecom-sudparis.eu> (GSoC 2010)
- * Telecom SudParis, France
- */
-
-/**
- * @defgroup lm32_milkymist_network Minimac ethernet driver
- * @ingroup RTEMSBSPsLM32SharedMilkymistOne
- * @brief Driver for Minimac ethernet IP-core of Milkymist SoC
- * @{
- */
-
-#ifndef __MILKYMIST_NETWORKING_H_
-#define __MILKYMIST_NETWORKING_H_
-
-int rtems_minimac_driver_attach (struct rtems_bsdnet_ifconfig *, int);
-
-#endif