mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-27 12:15:19 +01:00
15 lines
250 B
C
15 lines
250 B
C
|
/** @file
|
||
|
|
||
|
Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>
|
||
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
|
||
|
**/
|
||
|
|
||
|
#ifndef _EFI_EDB_HOOKER_H_
|
||
|
#define _EFI_EDB_HOOKER_H_
|
||
|
|
||
|
#include <Uefi.h>
|
||
|
#include "EbcDebuggerHook.h"
|
||
|
|
||
|
#endif
|