This commit is contained in:
zhujiale 2024-08-29 10:16:33 +08:00 committed by Rbb666
parent 512dae84be
commit 79445b6773
2 changed files with 2 additions and 2 deletions

View File

@ -107,4 +107,4 @@ void test()
int cpu_mask = 0xf;
rt_smp_call_func_cond(cpu_mask,test_call, RT_NULL);
}
}

View File

@ -27,4 +27,4 @@ void rt_smp_call_func_cond(int cpu_mask,smp_func func, void *data);
void rt_smp_call_ipi_handler(int vector, void *param);
void smp_init(void);
#endif
#endif