summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include/apbuart_cons.h
blob: 7aed0a45764c1810cb089449fc7f19238c556299 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                           
/*  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.com/license/LICENSE.
 */

#ifndef __APBUART_CONS_H__
#define __APBUART_CONS_H__

void apbuart_cons_register_drv (void);

#endif