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 <[email protected]>
To: [email protected]
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 : [email protected]
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
_______________________________________________
rtems-devel mailing list
[email protected]
http://www.rtems.org/mailman/listinfo/rtems-devel
_______________________________________________
rtems-devel mailing list
[email protected]
http://www.rtems.org/mailman/listinfo/rtems-devel