2015-01-12 10:37:20 +01:00
|
|
|
/**@file
|
|
|
|
Common header file shared by all source files.
|
|
|
|
|
|
|
|
This file includes package header files, library classes and protocol, PPI & GUID definitions.
|
|
|
|
|
|
|
|
Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
|
|
|
|
2019-04-04 01:07:37 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
|
2015-01-12 10:37:20 +01:00
|
|
|
|
|
|
|
|
|
|
|
**/
|
|
|
|
|
|
|
|
#ifndef __COMMON_HEADER_H_
|
|
|
|
#define __COMMON_HEADER_H_
|
|
|
|
|
|
|
|
|
|
|
|
#include <Base.h>
|
|
|
|
#include <PchAccess.h>
|
|
|
|
|
|
|
|
#include <Library/TimerLib.h>
|
|
|
|
#include <Library/BaseLib.h>
|
|
|
|
#include <Library/IoLib.h>
|
|
|
|
#include <Library/PciLib.h>
|
|
|
|
#include <Library/PcdLib.h>
|
|
|
|
|
|
|
|
#endif
|