Changeset 9073f554 in rtems


Ignore:
Timestamp:
10/07/14 15:02:11 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
4e8de7e
Parents:
56c6888
git-author:
Joel Sherrill <joel.sherrill@…> (10/07/14 15:02:11)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/09/14 15:11:54)
Message:

libbsp/shared/console-polled.c: Fix warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/shared/console-polled.c

    r56c6888 r9073f554  
    1818
    1919/* external prototypes for monitor interface routines */
    20 
    21 void console_outbyte_polled(
    22   int  port,
    23   char ch
    24 );
    25 
    26 int console_inbyte_nonblocking(
    27   int port
    28 );
    29 
     20void console_outbyte_polled(int  port, char ch);
     21int console_inbyte_nonblocking(int port);
    3022void console_initialize_hardware(void);
     23ssize_t console_write_support(int, const char *, size_t);
    3124
    3225/*
Note: See TracChangeset for help on using the changeset viewer.