source: rtems/c/src/lib/libbsp/sparc/shared/include/drvmgr/bspcommon.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: 551 bytes
Line 
1/*  Common BSP/driver configuration routines.
2 *
3 *  COPYRIGHT (c) 2015.
4 *  Cobham Gaisler.
5 *
6 *  The license and distribution terms for this file may be
7 *  found in the file LICENSE in this distribution or at
8 *  http://www.rtems.org/license/LICENSE.
9 *
10 */
11
12#ifndef __BSPCOMMON_H__
13#define __BSPCOMMON_H__
14
15#include <drvmgr/drvmgr.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* Count driver resource array length. Array must be terminated with a NULL */
22int get_resarray_count(struct drvmgr_bus_res **array);
23
24#ifdef __cplusplus
25}
26#endif
27
28#endif
Note: See TracBrowser for help on using the repository browser.