summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2015-02-11 12:56:03 +0100
committerDaniel Hellstrom <daniel@gaisler.com>2015-04-17 01:10:25 +0200
commitdbfa7c98cd09e268cfbf792bea1976445e9ea362 (patch)
tree26b6fc63ff5da39e64be790b11f75d2204448b39 /c/src/lib/libbsp/sparc
parentLEON2: fix build warnings (diff)
downloadrtems-dbfa7c98cd09e268cfbf792bea1976445e9ea362.tar.bz2
AMBAPP GRLIB: fix build warnings
Diffstat (limited to 'c/src/lib/libbsp/sparc')
-rw-r--r--c/src/lib/libbsp/sparc/shared/include/drvmgr/ambapp_bus_grlib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/include/drvmgr/ambapp_bus_grlib.h b/c/src/lib/libbsp/sparc/shared/include/drvmgr/ambapp_bus_grlib.h
index a0e0548e32..97a23acda4 100644
--- a/c/src/lib/libbsp/sparc/shared/include/drvmgr/ambapp_bus_grlib.h
+++ b/c/src/lib/libbsp/sparc/shared/include/drvmgr/ambapp_bus_grlib.h
@@ -26,6 +26,9 @@ struct grlib_config {
/* Register GRLIB AMBA PnP Bus as root bus at driver manager */
extern int ambapp_grlib_root_register(struct grlib_config *config);
+/* Register bus driver to Driver Manager */
+void ambapp_grlib_register(void);
+
#ifdef __cplusplus
}
#endif