
19 Jul
2012
19 Jul
'12
3:49 p.m.
On Thursday 12 July 2012 11:25:02 Simon Glass wrote:
This makes it easier to include this header from other headers.
Acked-by: Mike Frysinger vapier@gentoo.org
--- a/include/fdtdec.h +++ b/include/fdtdec.h
const u8 *fdtdec_locate_byte_array(const void *blob, int node, const char *prop_name, int count); +#endif
personally, i like seeing a blank line before the final #endif -mike