summaryrefslogtreecommitdiff
path: root/source/include/platform/acefiex.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/platform/acefiex.h')
-rw-r--r--source/include/platform/acefiex.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/source/include/platform/acefiex.h b/source/include/platform/acefiex.h
index fc1438738..1b74b545b 100644
--- a/source/include/platform/acefiex.h
+++ b/source/include/platform/acefiex.h
@@ -548,6 +548,11 @@ EFI_STATUS
typedef
EFI_STATUS
+(EFIAPI *EFI_STALL) (
+ UINTN Microseconds);
+
+typedef
+EFI_STATUS
(EFIAPI *EFI_SET_WATCHDOG_TIMER) (
UINTN Timeout,
UINT64 WatchdogCode,
@@ -862,12 +867,11 @@ typedef struct _EFI_BOOT_SERVICES {
#if 0
EFI_EXIT_BOOT_SERVICES ExitBootServices;
EFI_GET_NEXT_MONOTONIC_COUNT GetNextMonotonicCount;
- EFI_STALL Stall;
#else
EFI_UNKNOWN_INTERFACE ExitBootServices;
EFI_UNKNOWN_INTERFACE GetNextMonotonicCount;
- EFI_UNKNOWN_INTERFACE Stall;
#endif
+ EFI_STALL Stall;
EFI_SET_WATCHDOG_TIMER SetWatchdogTimer;
#if 0