audk/UnitTestFrameworkPkg/Include/Library/SubhookLib.h

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