/* 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. * * $Id$ * * COPYRIGHT (c) Yann Sionneau (GSoC 2010) * Telecom SudParis, France */ #ifndef __MILKYMIST_NETWORKING_H_ #define __MILKYMIST_NETWORKING_H_ int rtems_minimac_driver_attach (struct rtems_bsdnet_ifconfig *, int); #endif