blob: 46783adfccfb687c16bf28734767ff333c005090 (
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
|