RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
apbuart_cons.h
1/* APBUART Console driver interface
2 *
3 * COPYRIGHT (c) 2015.
4 * Cobham Gaisler.
5 *
6 * The license and distribution terms for this file may be
7 * found in the file LICENSE in this distribution or at
8 * http://www.rtems.org/license/LICENSE.
9 */
10
11#ifndef __APBUART_CONS_H__
12#define __APBUART_CONS_H__
13
14void apbuart_cons_register_drv (void);
15
16#endif