/** @file Copyright (C) 2008-2025 Advanced Micro Devices, Inc. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef BASE_FABRIC_TOPOLOGY_LIB_H_ #define BASE_FABRIC_TOPOLOGY_LIB_H_ UINTN FabricTopologyGetNumberOfProcessorsPresent ( VOID ); UINTN FabricTopologyGetNumberOfRootBridgesOnSocket ( IN UINTN Socket ); UINTN FabricTopologyGetHostBridgeBusBase ( IN UINTN Socket, IN UINTN Die, IN UINTN Index ); UINTN FabricTopologyGetHostBridgeBusLimit ( IN UINTN Socket, IN UINTN Die, IN UINTN Index ); #endif // BASE_FABRIC_TOPOLOGY_LIB_H_