From a3b5de4c992e6bc291cd5f8f26706a68ccd7f03c Mon Sep 17 00:00:00 2001 From: Burt P Date: Wed, 19 Jul 2017 04:59:35 -0500 Subject: device tree: display phandle, symbol, and alias mappings * Of course, symbols and aliases are are the same as in /__symbols__ and /aliases. It still helps a bit. Signed-off-by: Burt P --- includes/dt_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/dt_util.h') diff --git a/includes/dt_util.h b/includes/dt_util.h index 18de6094..4861955c 100644 --- a/includes/dt_util.h +++ b/includes/dt_util.h @@ -66,4 +66,6 @@ char *dtr_elem_uint(dt_uint e); char *dtr_list_byte(uint8_t *bytes, unsigned long count); char *dtr_list_hex(dt_uint *list, unsigned long count); +char *dtr_maps_info(dtr *); /* returns hardinfo shell section */ + #endif -- cgit v1.2.3