[PATCH] riscv: Mark htif_console_handler in htif.h as extern

Hesham Almatary heshamelmatary at gmail.com
Mon May 18 01:05:56 UTC 2020


On Sun, 17 May 2020 at 23:45, Joel Sherrill <joel at rtems.org> wrote:

> I hope you have committed these by now. :)
>
Not yet, was waiting for approval. Shall I wait for the release first?

>
> On Thu, May 7, 2020 at 3:14 PM <heshamelmatary at gmail.com> wrote:
>
>> From: Hesham Almatary <Hesham.Almatary at cl.cam.ac.uk>
>>
>> It is defined in htif.c
>> ---
>>  bsps/riscv/riscv/include/dev/serial/htif.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/bsps/riscv/riscv/include/dev/serial/htif.h
>> b/bsps/riscv/riscv/include/dev/serial/htif.h
>> index b0d83652b..4b16d8746 100644
>> --- a/bsps/riscv/riscv/include/dev/serial/htif.h
>> +++ b/bsps/riscv/riscv/include/dev/serial/htif.h
>> @@ -45,7 +45,7 @@ void htif_console_putchar(rtems_termios_device_context
>> *base, char c);
>>
>>  int htif_console_getchar(rtems_termios_device_context *base);
>>
>> -const rtems_termios_device_handler htif_console_handler;
>> +extern const rtems_termios_device_handler htif_console_handler;
>>
>>  #ifdef __cplusplus
>>  }
>> --
>> 2.25.1
>>
>> _______________________________________________
>> devel mailing list
>> devel at rtems.org
>> http://lists.rtems.org/mailman/listinfo/devel
>>
> --
Hesham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20200518/4371dd64/attachment.html>


More information about the devel mailing list