summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/arm/shared/include/arm-pl011.h
blob: 0e1f2ee5bcbef339bae44d48609dc38284da8b21 (plain) (tree)
1
2
3
4
5
6
7
8
   





                                    
 










                                                                 
                                        

















                                          
/**
 *  @file
 *
 *  @ingroup arm_shared
 *
 *  @brief ARM PL011 Support Package
 */

/*
 * Copyright (c) 2013 embedded brains GmbH.  All rights reserved.
 *
 *  embedded brains GmbH
 *  Dornierstr. 4
 *  82178 Puchheim
 *  Germany
 *  <info@embedded-brains.de>
 *
 * 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 LIBBSP_ARM_SHARED_ARM_PL011_H
#define LIBBSP_ARM_SHARED_ARM_PL011_H

#include <libchip/serial.h>

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

extern const console_fns arm_pl011_fns;

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* LIBBSP_ARM_SHARED_ARM_PL011_H */