diff options
author | Burt P <pburt0@gmail.com> | 2017-07-19 04:59:35 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-19 07:20:40 -0700 |
commit | a3b5de4c992e6bc291cd5f8f26706a68ccd7f03c (patch) | |
tree | c1d5e51c24790efa1526e3f63b6da5d5c63e2aae /includes | |
parent | 405552399f9ce4fa14a791eb8b84baba2c87963d (diff) |
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 <pburt0@gmail.com>
Diffstat (limited to 'includes')
-rw-r--r-- | includes/dt_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |