David Gibson 857f54e79f libfdt: Remove #includes from fdt.h
At present fdt.h #includes stdint.h.  This makes some sense, because fdt.h
uses the standard fixed-width integer types.  However, this can make life
difficult when building in different environments which may not have a
stdint.h.  Therefore, this patch removes the #include from fdt.h, instead
requiring that users of fdt.h define the fixed-width integer types before
including fdt.h, either by themselves including stdint.h, or by any other
means.
2007-03-23 15:16:54 +11:00
2007-03-23 15:16:54 +11:00
2006-12-15 15:12:52 +11:00
2007-02-23 14:40:10 +11:00
2006-12-15 15:12:52 +11:00
2007-02-23 14:40:14 +11:00
2007-03-23 15:16:54 +11:00
2006-11-29 16:49:27 +11:00
Description
android_external_dtc
2.2 MiB
Languages
C 76.1%
Shell 7%
SWIG 4.8%
Python 3.8%
Assembly 2%
Other 6.3%