summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include/grgpio.h
blob: 8fcd1ff7fd18bac37f7494a621b8dd9977833f5a (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.com/license/LICENSE.
 */

#ifndef __GRGPIO_H__
#define __GRGPIO_H__

#ifdef __cplusplus
extern "C" {
#endif

extern void grgpio_register_drv (void);

#ifdef __cplusplus
}
#endif

#endif