summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2015-02-11 12:50:35 +0100
committerDaniel Hellstrom <daniel@gaisler.com>2015-04-17 01:10:25 +0200
commit103bbdee1593a1f2025145f882967c0cd27f67c8 (patch)
tree2934511b8c70a35e8b144c4cf314b2ba63ffc164 /c/src/lib/libbsp/sparc/shared/include
parentGR-RASTA-TMTC: fix build warnings (diff)
downloadrtems-103bbdee1593a1f2025145f882967c0cd27f67c8.tar.bz2
GR-TMTC-1553: fix build warnings
Diffstat (limited to 'c/src/lib/libbsp/sparc/shared/include')
-rw-r--r--c/src/lib/libbsp/sparc/shared/include/gr_tmtc_1553.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/include/gr_tmtc_1553.h b/c/src/lib/libbsp/sparc/shared/include/gr_tmtc_1553.h
index 4df89f72f3..61cd0b17e0 100644
--- a/c/src/lib/libbsp/sparc/shared/include/gr_tmtc_1553.h
+++ b/c/src/lib/libbsp/sparc/shared/include/gr_tmtc_1553.h
@@ -28,7 +28,7 @@ extern "C" {
* used by the drivers controlling the cores on the GR-TMTC-1553 target AMBA bus.
*
* The gr_rasta_io_resources is declared weak so that the user can override the
- * default configuration.
+ * default configuration. The array must be terminated with a NULL resource.
*/
extern struct drvmgr_bus_res *gr_tmtc_1553_resources[];
@@ -42,6 +42,12 @@ void gr_tmtc_1553_print(int options);
/* Register GR-RASTA-IO driver */
void gr_tmtc_1553_register_drv(void);
+/* Print information about all GR-TMTC-1553 devices registered to this driver */
+void gr_tmtc_1553_print(int options);
+
+/* Print information about one GR-TMTC-1553 device */
+void gr_tmtc_1553_print_dev(struct drvmgr_dev *dev, int options);
+
#ifdef __cplusplus
}
#endif