summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32/shared/milkymist_networking/network.h
blob: 3c11d16efad6ddae18e8348bee07aec98c5179e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/**
 * @file
 * @ingroup lm32_milkymist_network lm32_milkymist_shared
 * @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.com/license/LICENSE.
 *
 *  COPYRIGHT (c) Yann Sionneau <yann.sionneau@telecom-sudparis.eu> (GSoC 2010)
 *  Telecom SudParis, France
 */

/**
 * @defgroup lm32_milkymist_network Minimac ethernet driver
 * @ingroup lm32_milkymist_shared
 * @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