RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
29int rtems_minimac_driver_attach (struct rtems_bsdnet_ifconfig *, int);
30
31#endif