source: rtems/c/src/lib/libbsp/sparc/shared/include/apbuart_cons.h @ 7a03ac29

4.115
Last change on this file since 7a03ac29 was 7a03ac29, checked in by Daniel Hellstrom <daniel@…>, on 02/06/15 at 08:59:13

APBUART_CONS: fix build warning

  • Property mode set to 100644
File size: 353 bytes
Line 
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.com/license/LICENSE.
9 */
10
11#ifndef __APBUART_CONS_H__
12#define __APBUART_CONS_H__
13
14void apbuart_cons_register_drv (void);
15
16#endif
Note: See TracBrowser for help on using the repository browser.