mirror of https://github.com/acidanthera/audk.git
16 lines
298 B
C
16 lines
298 B
C
|
/** @file
|
||
|
SubhookLib class with APIs from the subhook project
|
||
|
|
||
|
Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
|
||
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
|
||
|
**/
|
||
|
|
||
|
#ifndef SUBHOOK_LIB_H_
|
||
|
#define SUBHOOK_LIB_H_
|
||
|
|
||
|
#define SUBHOOK_STATIC
|
||
|
#include <subhook.h>
|
||
|
|
||
|
#endif
|