summaryrefslogtreecommitdiffstats
path: root/bsps/include/grlib/ambapp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/include/grlib/ambapp.h')
-rw-r--r--bsps/include/grlib/ambapp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bsps/include/grlib/ambapp.h b/bsps/include/grlib/ambapp.h
index 2091103551..bcc26e1efe 100644
--- a/bsps/include/grlib/ambapp.h
+++ b/bsps/include/grlib/ambapp.h
@@ -188,6 +188,11 @@ struct ambapp_context {
void *(*alloc)(size_t);
};
+/**
+ * @brief Gets the fully scanned AMBA Plug & Play Processor Local Bus (PLB).
+ */
+extern struct ambapp_bus *ambapp_plb(void);
+
/* Scan a AMBA Plug & Play bus and create all device structures describing the
* the devices. The devices will form a tree, where every node describes one
* interface. The resulting tree is placed in the location pointed to by root.