summaryrefslogtreecommitdiffstats
path: root/include/ambapp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ambapp.h')
-rw-r--r--include/ambapp.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/ambapp.h b/include/ambapp.h
index 1e49d896ce..7494e594d8 100644
--- a/include/ambapp.h
+++ b/include/ambapp.h
@@ -140,6 +140,20 @@
#ifndef __ASSEMBLER__
+#ifdef CONFIG_CMD_AMBAPP
+
+/* AMBA Plug&Play relocation & initialization */
+int ambapp_init_reloc(void);
+
+/* AMBA Plug&Play Name of Vendors and devices */
+
+/* Return name of device */
+char *ambapp_device_id2str(int vendor, int id);
+
+/* Return name of vendor */
+char *ambapp_vendor_id2str(int vendor);
+#endif
+
/*
* Types and structure used for AMBA Plug & Play bus scanning
*/
OpenPOWER on IntegriCloud