5 lines
79 B
C
5 lines
79 B
C
#pragma once
|
|
|
|
void cpu_start_to(int cpu_id);
|
|
void *get_cpu_stack(int cpu_inx);
|