Changeset dbe4dc9 in rtems


Ignore:
Timestamp:
01/03/01 16:54:52 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
90dccce
Parents:
409f7d1
Message:

2001-01-03 Joel Sherrill <joel@…>

  • console/console-io.c: Added console_initialize_hardware().
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i960/i960sim/console/console-io.c

    r409f7d1 rdbe4dc9  
    1919#include <assert.h>
    2020
    21 /* external prototypes for monitor interface routines */
     21/*
     22 *  console_initialize_hardware
     23 *
     24 *  This routine initializes the console hardware.
     25 *
     26 */
    2227
    23 void outbyte( char );
    24 char inbyte( void );
     28void console_initialize_hardware(void)
     29{
     30  return;
     31}
    2532
    2633/*
Note: See TracChangeset for help on using the changeset viewer.