summaryrefslogtreecommitdiff
path: root/lapic.c
diff options
context:
space:
mode:
Diffstat (limited to 'lapic.c')
-rw-r--r--lapic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lapic.c b/lapic.c
index 915765a..f64f54b 100644
--- a/lapic.c
+++ b/lapic.c
@@ -121,7 +121,7 @@ lapiceoi(void)
// Spin for a given number of microseconds.
// On real hardware would want to tune this dynamically.
-static void
+void
microdelay(int us)
{
volatile int j = 0;