]> Git Repo - J-u-boot.git/blob - lib/efi_selftest/efi_freestanding.c
Merge patch series "board: siemens: clean up subfolders"
[J-u-boot.git] / lib / efi_selftest / efi_freestanding.c
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Library for freestanding binary
4  *
5  * Copyright 2019, Heinrich Schuchardt <[email protected]>
6  *
7  * GCC requires that freestanding programs provide memcpy(), memmove(),
8  * memset(), and memcmp().
9  */
10
11 #include "../efi_loader/efi_freestanding.c"
This page took 0.02621 seconds and 4 git commands to generate.