RTEMS
5.0.0
bsps
lm32
shared
net
network.h
Go to the documentation of this file.
1
7
/* network.h
8
*
9
* RTEMS driver for Minimac ethernet IP-core of Milkymist SoC
10
*
11
* The license and distribution terms for this file may be
12
* found in the file LICENSE in this distribution or at
13
* http://www.rtems.org/license/LICENSE.
14
*
15
* COPYRIGHT (c) Yann Sionneau <yann.sionneau@telecom-sudparis.eu> (GSoC 2010)
16
* Telecom SudParis, France
17
*/
18
26
#ifndef __MILKYMIST_NETWORKING_H_
27
#define __MILKYMIST_NETWORKING_H_
28
29
int
rtems_minimac_driver_attach (
struct
rtems_bsdnet_ifconfig *,
int
);
30
31
#endif
Generated by
1.8.13