/* * GRGPIO GPIO Driver interface. * * COPYRIGHT (c) 2009. * Cobham 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.com/license/LICENSE. */ #ifndef __GRGPIO_H__ #define __GRGPIO_H__ #ifdef __cplusplus extern "C" { #endif extern void grgpio_register_drv (void); #ifdef __cplusplus } #endif #endif