Home | History | Annotate | Download | only in IntelPchAcpiTimerLib
      1 /**@file
      2   Common header file shared by all source files.
      3 
      4   This file includes package header files, library classes and protocol, PPI & GUID definitions.
      5 
      6   Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
      7 
      8   This program and the accompanying materials are licensed and made available under
     10   the terms and conditions of the BSD License that accompanies this distribution.
     12   The full text of the license may be found at
     14   http://opensource.org/licenses/bsd-license.php.
     16 
     18   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
     20   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     22 
     24 
     26 **/
     27 
     28 #ifndef __COMMON_HEADER_H_
     29 #define __COMMON_HEADER_H_
     30 
     31 
     32 #include <Base.h>
     33 #include <PchAccess.h>
     34 
     35 #include <Library/TimerLib.h>
     36 #include <Library/BaseLib.h>
     37 #include <Library/IoLib.h>
     38 #include <Library/PciLib.h>
     39 #include <Library/PcdLib.h>
     40 
     41 #endif
     42