summaryrefslogtreecommitdiff
path: root/UnitTestFrameworkPkg/Include/Library/SubhookLib.h
blob: 15904dfd67f111c441df1971fb1519a516f09027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** @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