Files
slimbootloader/BootloaderCorePkg/Library/CpuExceptionLib/CpuExceptionCommon.h
T
Guo Dong 5e10bd1e07 Update BSD license to BSD+Patent license
To align with EDK2, update file license
to use BSD+Patent license

Signed-off-by: Guo Dong <guo.dong@intel.com>
2019-06-13 10:46:49 -07:00

21 lines
453 B
C

/** @file
Common header file for CPU Exception Handler Library.
Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef _CPU_EXCEPTION_COMMON_H_
#define _CPU_EXCEPTION_COMMON_H_
#include <PiPei.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/CpuExceptionLib.h>
#include <Library/BootloaderCommonLib.h>
#include <Library/DebugAgentLib.h>
#endif