[PATCH] Updated legacy code in arm edb7312
Vipul Nayyar
nayyar_vipul at yahoo.com
Mon Jul 15 08:56:09 UTC 2013
How is cs8900_isr() a global function ? It doesn't have a declaration in any header file. Plus, cs8900_isr() is a static function being used in rtl22xx network.c file.
Should I convert it to static ?
Regards
Vipul Nayyar
________________________________
From: Sebastian Huber <sebastian.huber at embedded-brains.de>
To: rtems-devel at rtems.org
Sent: Monday, 15 July 2013 2:02 PM
Subject: Re: [PATCH] Updated legacy code in arm edb7312
On 07/13/2013 01:50 PM, Vipul Nayyar wrote:
> diff --git a/c/src/lib/libbsp/arm/edb7312/network/network.c b/c/src/lib/libbsp/arm/edb7312/network/network.c
> index ce139ec..773b4c4 100644
> --- a/c/src/lib/libbsp/arm/edb7312/network/network.c
> +++ b/c/src/lib/libbsp/arm/edb7312/network/network.c
> @@ -7,14 +7,13 @@
> #define CS8900_BASE 0x20000300
> unsigned int bsp_cs8900_io_base = 0;
> unsigned int bsp_cs8900_memory_base = 0;
> -cs8900_device *g_cs;
> -void cs8900_isr(rtems_irq_hdl_param unused);
> +void cs8900_isr(void *);
This is a global function declaration in a source file.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
_______________________________________________
rtems-devel mailing list
rtems-devel at rtems.org
http://www.rtems.org/mailman/listinfo/rtems-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20130715/3376325a/attachment-0001.html>
More information about the devel
mailing list