]> git.dujemihanovic.xyz Git - u-boot.git/commit
arch: sandbox: Add function to create temporary files
authorSean Anderson <seanga2@gmail.com>
Sat, 4 Nov 2023 20:37:51 +0000 (16:37 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 16 Nov 2023 17:43:49 +0000 (12:43 -0500)
commit9181cb0507d1dd5627cc3d9cd86d427abe00cc21
tree0cd706c4991026ec68c46f009c8fa124e4e8d6e3
parent333d43f6a3e2aa1d6249d22211d77802614e37e5
arch: sandbox: Add function to create temporary files

When working with sparse data buffers that may be larger than the address
space, it is convenient to work with files instead. Add a function to create
temporary files of a certain size.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
arch/sandbox/cpu/os.c
include/os.h