sandbox: Add a new header for the system malloc()
authorSimon Glass <sjg@chromium.org>
Mon, 3 Feb 2020 14:36:05 +0000 (07:36 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 02:33:46 +0000 (19:33 -0700)
commit3ff6fe5fab11a99d4b3ec94a8a4a238d6f96f5ba
tree1421254bdfe9e3484bfa99c0108081cf55f3fd88
parent1c8c47ec802af33acf02acb6c7b09e317c850711
sandbox: Add a new header for the system malloc()

Some files use U-Boot headers but still need to access the system
malloc(). Allow this by creating a new asm/malloc.h which can be used so
long as U-Boot's malloc.h has not been included.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/start.c
arch/sandbox/cpu/state.c
arch/sandbox/include/asm/malloc.h [new file with mode: 0644]