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