]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/BaseAccess.c
QuarkSocPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Library / QNCAccessLib / BaseAccess.c
1 /** @file
2 Base Lib function for QNC internal network access.
3
4 Copyright (c) 2013-2015 Intel Corporation.
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 **/
9
10 //
11 // The package level header files this module uses
12 //
13 #include <Uefi.h>
14
15 /**
16 Gets the base address of PCI Express for Quark North Cluster.
17
18 @return The base address of PCI Express for Quark North Cluster.
19
20 **/
21 UINTN
22 EFIAPI
23 QncGetPciExpressBaseAddress (
24 VOID
25 )
26 {
27 return (UINTN) PcdGet64(PcdPciExpressBaseAddress);
28 }