From c2ef64149849fcae608b1c6010303eca86229d22 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 9 Sep 2018 13:21:47 +0200 Subject: cleaning logs, docs, interrupts --- asm/asm_mp.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'asm/asm_mp.h') diff --git a/asm/asm_mp.h b/asm/asm_mp.h index f207c12..f36f4f7 100644 --- a/asm/asm_mp.h +++ b/asm/asm_mp.h @@ -1,3 +1,11 @@ -/** Application processors */ +/** + * @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(); -- cgit v1.2.3