aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/endian.h
Commit message (Collapse)AuthorAgeFilesLines
* mini-os: build fixes for lwip 1.3.2David Vrabel2013-01-301-0/+4
| | | | | | | | | | | | | Various fixes to mini-os needed to build lwip 1.3.2: - Don't build the tests. - Add BSD-style endianness macros to endian.h. - free() is called via a function pointer so it needs to be a real function. Do the same for malloc() and realloc(). Signed-off-by: David Vrabel <david.vrabel@citrix.com> Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Committed-by: Keir Fraser <keir@xen.org>
* minios: Add endian, byteswap, and wordsize macros to mini-osMatthew Fioravante2012-10-081-0/+15
This patch addes byte swapping macros and endian support to mini-os. Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> Acked-by: Samuel Thibault <samuel.thibault@ens-lyons.org> Committed-by: Ian Campbell <ian.campbell@citrix.com>