summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include/gr_rasta_tmtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc/shared/include/gr_rasta_tmtc.h')
-rw-r--r--c/src/lib/libbsp/sparc/shared/include/gr_rasta_tmtc.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/include/gr_rasta_tmtc.h b/c/src/lib/libbsp/sparc/shared/include/gr_rasta_tmtc.h
index 28b6ea0948..c6f1036e26 100644
--- a/c/src/lib/libbsp/sparc/shared/include/gr_rasta_tmtc.h
+++ b/c/src/lib/libbsp/sparc/shared/include/gr_rasta_tmtc.h
@@ -78,7 +78,8 @@ extern "C" {
* used by the device drivers controlling the cores on the GR-RASTA-IO target
* AMBA bus.
*
- * The array is defined weak, and defualts to no resources.
+ * The array is defined weak, and defaults to no resources. The array must be
+ * terminated with a NULL resource.
*/
extern struct drvmgr_bus_res *gr_rasta_tmtc_resources[];
@@ -86,9 +87,12 @@ extern struct drvmgr_bus_res *gr_rasta_tmtc_resources[];
#define RASTA_TMTC_OPTIONS_AMBA 0x01 /* Print AMBA bus devices */
#define RASTA_TMTC_OPTIONS_IRQ 0x02 /* Print current IRQ setup */
-/* Print information about GR-RASTA-TMTC PCI board */
+/* Print information about GR-RASTA-TMTC PCI boards */
void gr_rasta_tmtc_print(int options);
+/* Print information about a GR-RASTA-TMTC PCI boards */
+void gr_rasta_tmtc_print_dev(struct drvmgr_dev *dev, int options);
+
/* Register GR-RASTA-TMTC driver */
void gr_rasta_tmtc_register_drv(void);