summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include/apbuart_cons.h
blob: d0ac9244af746b686589cf4c61edf78ca8dbcb46 (plain) (blame)
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.org/license/LICENSE.
 */

#ifndef __APBUART_CONS_H__
#define __APBUART_CONS_H__

void apbuart_cons_register_drv (void);

#endif