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