source: rtems/c/src/lib/libbsp/sparc/shared/include/grgpio.h @ 4a7d1026

4.115
Last change on this file since 4a7d1026 was 4a7d1026, checked in by Daniel Hellstrom <daniel@…>, on 04/13/15 at 08:25:52

sparc bsps: updated license to rtems.org

  • Property mode set to 100644
File size: 414 bytes
Line 
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
16extern "C" {
17#endif
18
19extern void grgpio_register_drv (void);
20
21#ifdef __cplusplus
22}
23#endif
24
25#endif
Note: See TracBrowser for help on using the repository browser.