mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
BeagleBoard: Fix build
Changed definition of the function that implements EFI_SMBUS_HC_PROTOCOL_ARP_DEVICE to match its prototype definition. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12820 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8e0b5e07b7
commit
effcb0792b
@ -259,8 +259,8 @@ EFI_STATUS
|
||||
EFIAPI
|
||||
SmbusArpDevice (
|
||||
IN CONST EFI_SMBUS_HC_PROTOCOL *This,
|
||||
IN CONST BOOLEAN ArpAll,
|
||||
IN CONST EFI_SMBUS_UDID *SmbusUdid OPTIONAL,
|
||||
IN BOOLEAN ArpAll,
|
||||
IN EFI_SMBUS_UDID *SmbusUdid OPTIONAL,
|
||||
IN OUT EFI_SMBUS_DEVICE_ADDRESS *SlaveAddress OPTIONAL
|
||||
)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user