RTEMS  5.1
grgpio.h
1 /*
2  * GRGPIO GPIO Driver interface.
3  *
4  * COPYRIGHT (c) 2009.
5  * Cobham Gaisler AB.
6  *
7  * The license and distribution terms for this file may be
8  * found in the file LICENSE in this distribution or at
9  * http://www.rtems.org/license/LICENSE.
10  */
11 
12 #ifndef __GRGPIO_H__
13 #define __GRGPIO_H__
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 extern void grgpio_register_drv (void);
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif