From 86ae8cf236ca5b99765de0a6de6fa9307e936db7 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Thu, 12 May 2016 14:27:04 -0700 Subject: QuarkSocPkg/SDControllerDxe: Add EFIAPI to SetHighSpeedMode Add the missing EFIAPI to fix the inconsistent routine declaration and implementation of a protocol service. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lee Leahy Reviewed-by: Michael Kinney --- QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'QuarkSocPkg') diff --git a/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c b/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c index 18e85c8299..96c8774916 100644 --- a/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c +++ b/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c @@ -2,7 +2,7 @@ The SD host controller driver model and HC protocol routines. -Copyright (c) 2013-2015 Intel Corporation. +Copyright (c) 2013-2016 Intel Corporation. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -244,6 +244,7 @@ GetErrorReason ( @return EFI_SUCCESS **/ EFI_STATUS +EFIAPI SetHighSpeedMode ( IN EFI_SD_HOST_IO_PROTOCOL *This, IN BOOLEAN Enable -- cgit v1.2.3