blob: 4b6c27e99fbe5c4e754456f5b53a1879bbea997c [file] [log] [blame]
Heinrich Schuchardte6161002019-03-11 22:04:51 +01001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Library for freestanding binary
4 *
5 * Copyright 2019, Heinrich Schuchardt <xypron.glpk@gmx.de>
6 *
7 * GCC requires that freestanding programs provide memcpy(), memmove(),
8 * memset(), and memcmp().
9 */
10
11#include "../efi_loader/efi_freestanding.c"