/** @file IPMI platform hook library. Copyright (c) 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include // // Prototype definitions for IPMI Platform Update Library // EFI_STATUS EFIAPI PlatformIpmiIoRangeSet( UINT16 IpmiIoBase ) /*++ Routine Description: This function sets IPMI Io range Arguments: IpmiIoBase Returns: Status --*/ { return EFI_SUCCESS; }