mirror of https://github.com/acidanthera/audk.git
8 lines
163 B
C
8 lines
163 B
C
|
/** @file
|
||
|
Copyright (c) 2023, Marvin Häuser. All rights reserved.
|
||
|
SPDX-License-Identifier: BSD-3-Clause
|
||
|
**/
|
||
|
|
||
|
#define ELF_ARCH 32
|
||
|
#include "ElfScan.c"
|