summaryrefslogtreecommitdiff
path: root/asm/mp.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/mp.h')
-rw-r--r--asm/mp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/asm/mp.h b/asm/mp.h
index d050012..3ace14a 100644
--- a/asm/mp.h
+++ b/asm/mp.h
@@ -1 +1,2 @@
-void smp_go();
+/** Application processors */
+void smp_start();