/** * @defgroup cchip Companion Chip handler * @ingroup sparc_leon2 * * @file * * @ingroup cchip * * @brief Register all drivers supported by the Companion Chip board */ /* * COPYRIGHT (c) 2007. * Aeroflex Gaisler AB. * * 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 __CCHIP_H__ #define __CCHIP_H__ #include #include #include #include #ifdef __cplusplus extern "C" { #endif #define CCHIP_IRQ 4 /* Register all drivers supported by the Companion Chip board */ int cchip_register(void); #ifdef __cplusplus } #endif #endif