blob: 4b15aed16966afdd37e52b27a9f9037e8ea4eb9c [file] [log] [blame]
/** @file
Mock instance of the PCI Host Bridge Library.
Copyright (c) 2023, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <GoogleTest/Library/MockPciHostBridgeLib.h>
MOCK_INTERFACE_DEFINITION(MockPciHostBridgeLib);
MOCK_FUNCTION_DEFINITION(MockPciHostBridgeLib, PciHostBridgeGetRootBridges, 1, EFIAPI);
MOCK_FUNCTION_DEFINITION(MockPciHostBridgeLib, PciHostBridgeFreeRootBridges, 2, EFIAPI);
MOCK_FUNCTION_DEFINITION(MockPciHostBridgeLib, PciHostBridgeResourceConflict, 2, EFIAPI);