Home | History | Annotate | Download | only in Library
      1 /*++
      2 
      3   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
      4 
      5   This program and the accompanying materials are licensed and made available under
      7   the terms and conditions of the BSD License that accompanies this distribution.
      9   The full text of the license may be found at
     11   http://opensource.org/licenses/bsd-license.php.
     13 
     15   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
     17   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     19 
     21 
     23 **/
     24 
     25 #ifndef __MMIO_CONFIG_LIB_H__
     26 #define __MMIO_CONFIG_LIB_H__
     27 
     28 #include <Protocol/MmioDevice.h>
     29 
     30 ///
     31 /// Declare the memory mapped I/O devices assocaited with the
     32 /// board.
     33 ///
     34 extern CONST EFI_MMIO_DEVICE_PROTOCOL gMmioDeviceList [ ];
     35 extern CONST UINTN gMmioDeviceCount;
     36 
     37 #endif  //  __MMIO_CONFIG_LIB_H__
     38