efi_freestanding.c 289 B

1234567891011
  1. // 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. #include "../efi_loader/efi_freestanding.c"