forked from Imagelibrary/rtems
17 lines
353 B
C
17 lines
353 B
C
/* APBUART Console driver interface
|
|
*
|
|
* COPYRIGHT (c) 2015.
|
|
* Cobham Gaisler.
|
|
*
|
|
* The license and distribution terms for this file may be
|
|
* found in the file LICENSE in this distribution or at
|
|
* http://www.rtems.org/license/LICENSE.
|
|
*/
|
|
|
|
#ifndef __APBUART_CONS_H__
|
|
#define __APBUART_CONS_H__
|
|
|
|
void apbuart_cons_register_drv (void);
|
|
|
|
#endif
|