summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2015-02-04 16:22:41 +0100
committerDaniel Hellstrom <daniel@gaisler.com>2015-04-17 01:10:21 +0200
commit0fcd4b33fa24832f7e04b1449790b02b8efcc19c (patch)
treeeaa6bd7fa24a20fdc166daf66bc45689b182fb22 /c/src/lib/libbsp/sparc/shared/include
parentGRTM: fixed descriptor TS bit declaration (diff)
downloadrtems-0fcd4b33fa24832f7e04b1449790b02b8efcc19c.tar.bz2
AHBSTAT: fix build warnings
Diffstat (limited to 'c/src/lib/libbsp/sparc/shared/include')
-rw-r--r--c/src/lib/libbsp/sparc/shared/include/ahbstat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/include/ahbstat.h b/c/src/lib/libbsp/sparc/shared/include/ahbstat.h
index 8f0576c584..0f4d95afc8 100644
--- a/c/src/lib/libbsp/sparc/shared/include/ahbstat.h
+++ b/c/src/lib/libbsp/sparc/shared/include/ahbstat.h
@@ -66,6 +66,9 @@ extern int ahbstat_last_error(int minor, uint32_t *status, uint32_t *address);
*/
extern struct ahbstat_regs *ahbstat_get_regs(int minor);
+/* Registers the AHBSTAT driver to the Driver Manager */
+void ahbstat_register_drv (void);
+
#ifdef __cplusplus
}
#endif