summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/console.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/console.h b/include/console.h
index d59e3b4f..9d39841c 100644
--- a/include/console.h
+++ b/include/console.h
@@ -88,4 +88,6 @@ extern UINT8 verbose;
__dprinta_ret; \
})
+extern VOID msleep(unsigned long msecs);
+
#endif /* _SHIM_LIB_CONSOLE_H */