diff options
author | Burt P <pburt0@gmail.com> | 2017-07-17 16:01:38 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-19 07:20:40 -0700 |
commit | 861b1e8c1fa0fde18ce34f964e024c1cd0c10891 (patch) | |
tree | ceecc8eaaf36422eedaf3f8e84d3cceee63db7a6 /modules/devices | |
parent | 7f4b06ce744a11692e7d93895fa3ec09247e7f21 (diff) |
device tree: code comment with info source link
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules/devices')
-rw-r--r-- | modules/devices/devicetree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/devices/devicetree.c b/modules/devices/devicetree.c index 528a3d65..e382da45 100644 --- a/modules/devices/devicetree.c +++ b/modules/devices/devicetree.c @@ -17,6 +17,7 @@ */ /* * Device Tree support by Burt P. <pburt0@gmail.com> + * Sources: http://elinux.org/Device_Tree_Mysteries */ #include <unistd.h> #include <sys/types.h> |