commit | a6d55e039fd22048687fe061b4609e2807efe764 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Apr 08 00:56:54 2013 -0400 |
committer | Jon Loeliger <jdl@jdl.com> | Mon Apr 22 15:42:14 2013 -0500 |
tree | c72c8905edf9ad0b423ea626f05b6207a93f94e2 | |
parent | 5543b88d5e3047b781552eb431bc2e3bdd9ade06 [diff] |
utilfdt_read: pass back up the length of data read For a follow up commit, we want to be able to scan the buffer that was returned to us. In order to do that safely, we need to know how big the buffer actually is, so create a new set of funcs to pass that back. Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Mike Frysinger <vapier@gentoo.org>