| commit | 60da813a7ed14aeebed287edba7bad48ab41b02c | [log] [tgz] |
|---|---|---|
| author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Fri Aug 05 15:22:56 2016 +0200 |
| committer | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Fri Aug 05 15:57:26 2016 +0200 |
| tree | f3fd797bb849442908637c7d9f4d79a93d195a4d | |
| parent | 534bfd57abfd1144459a8f730f6c7798e4411b20 [diff] |
misc: Make sure byteorder.h does not get loaded more than once It's an important header, used in many place and it's thus very easy to get different sub-system loading it thus leading to redefinition error. (net_buf and net drivers for instance). Change-Id: Icbbbc2fc0abcb007d8950dd06b601717960e7215 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>