summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include/grgpio.h
blob: c49054548c2a8ccbac5d1b950bb0cb23d1967fa0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 *  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.org/license/LICENSE.
 */

#ifndef __GRGPIO_H__
#define __GRGPIO_H__

#ifdef __cplusplus
extern "C" {
#endif

extern void grgpio_register_drv (void);

#ifdef __cplusplus
}
#endif

#endif