mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-21 01:52:36 +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
|