]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Library/SmbusLib/CommonHeader.h
Vlv2TbltDevicePkg: Remove SMM binary modules from FDF
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / SmbusLib / CommonHeader.h
CommitLineData
3cbfba02
DW
1/**@file\r
2 Common header file shared by all source files.\r
3\r
4 This file includes package header files, library classes.\r
5\r
6 Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
7 \r\r
8 This program and the accompanying materials are licensed and made available under\r\r
9 the terms and conditions of the BSD License that accompanies this distribution. \r\r
10 The full text of the license may be found at \r\r
11 http://opensource.org/licenses/bsd-license.php. \r\r
12 \r\r
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
15 \r\r
16**/\r
17\r
18#ifndef __COMMON_HEADER_H_\r
19#define __COMMON_HEADER_H_\r
20\r
21\r
22#include <Base.h>\r
23#include <PchAccess.h>\r
24\r
25#include <Library/SmbusLib.h>\r
26#include <Library/IoLib.h>\r
27#include <Library/PciLib.h>\r
28#include <Library/DebugLib.h>\r
29#include <Library/PcdLib.h>\r
30\r
31#endif\r