summaryrefslogtreecommitdiff
path: root/asm/asm_mp.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/asm_mp.h')
-rw-r--r--asm/asm_mp.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/asm/asm_mp.h b/asm/asm_mp.h
deleted file mode 100644
index f36f4f7..0000000
--- a/asm/asm_mp.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/**
- * @file
- * Multiprocessing
- * ===============
- *
- * smp_start should be entered by the application processors and calls
- * the C-function: smp_main() in turn.
- * */
-
-void smp_start();
-void asm_smp_unlock();